comparison 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
comparison
equal deleted inserted replaced
55607:b70ce85b8cc1 55608:1d21085d1d46
102 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; 102 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
103 #else 103 #else
104 EMACS_INT gdb_data_seg_bits = 0; 104 EMACS_INT gdb_data_seg_bits = 0;
105 #endif 105 #endif
106 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; 106 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
107 EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG;
107 108
108 /* Command line args from shell, as list of strings. */ 109 /* Command line args from shell, as list of strings. */
109 Lisp_Object Vcommand_line_args; 110 Lisp_Object Vcommand_line_args;
110 111
111 /* The name under which Emacs was invoked, with any leading directory 112 /* The name under which Emacs was invoked, with any leading directory