Mercurial > emacs
changeset 55608:1d21085d1d46
(gdb_array_mark_flag): Define.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 15 May 2004 16:42:55 +0000 |
parents | b70ce85b8cc1 |
children | 253acecd37f9 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;