# HG changeset patch # User Andreas Schwab # Date 1084639375 0 # Node ID 1d21085d1d464bad82c59f640ba0fd360f28e54e # Parent b70ce85b8cc10027dc72ecc81a8ac5299be59dfc (gdb_array_mark_flag): Define. diff -r b70ce85b8cc1 -r 1d21085d1d46 src/emacs.c --- 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;