comparison src/emacs.c @ 67958:ebf8e8b846e6

(gdb_pvec_type): A dummy variable for GDB's sake.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Dec 2005 14:21:53 +0000
parents 34b8bc403505
children 5216001bd597 c69d44922688
comparison
equal deleted inserted replaced
67957:cbb3942260ab 67958:ebf8e8b846e6
110 #else 110 #else
111 EMACS_INT gdb_data_seg_bits = 0; 111 EMACS_INT gdb_data_seg_bits = 0;
112 #endif 112 #endif
113 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; 113 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
114 EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG; 114 EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG;
115 /* GDB might say "No enum type named pvec_type" if we don't have at
116 least one symbol with that type, and then xbacktrace could fail. */
117 enum pvec_type gdb_pvec_type = PVEC_TYPE_MASK;
115 118
116 /* Command line args from shell, as list of strings. */ 119 /* Command line args from shell, as list of strings. */
117 Lisp_Object Vcommand_line_args; 120 Lisp_Object Vcommand_line_args;
118 121
119 /* The name under which Emacs was invoked, with any leading directory 122 /* The name under which Emacs was invoked, with any leading directory