aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
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;
104EMACS_INT gdb_data_seg_bits = 0; 104EMACS_INT gdb_data_seg_bits = 0;
105#endif 105#endif
106EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; 106EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
107EMACS_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. */
109Lisp_Object Vcommand_line_args; 110Lisp_Object Vcommand_line_args;