Mercurial > emacs
diff src/emacs.c @ 55608:1d21085d1d46
(gdb_array_mark_flag): Define.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 15 May 2004 16:42:55 +0000 |
parents | 8640357a1aa5 |
children | a5ccd5ee3c52 ad01ab3c6f4d |
line wrap: on
line diff
--- a/src/emacs.c Sat May 15 12:43:52 2004 +0000 +++ b/src/emacs.c Sat May 15 16:42:55 2004 +0000 @@ -104,6 +104,7 @@ EMACS_INT gdb_data_seg_bits = 0; #endif EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; +EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG; /* Command line args from shell, as list of strings. */ Lisp_Object Vcommand_line_args;