diff options
| -rw-r--r-- | src/emacs.c | 1 |
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; | |||
| 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; |