From: Andreas Schwab Date: Sat, 15 May 2004 16:42:55 +0000 (+0000) Subject: (gdb_array_mark_flag): Define. X-Git-Tag: ttn-vms-21-2-B4~6209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fba6ca915065989e6d1daaed89d36ca602cfad2;p=emacs.git (gdb_array_mark_flag): Define. --- diff --git a/src/emacs.c b/src/emacs.c index d363a468eea..3fbf20c5031 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -104,6 +104,7 @@ EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; 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;