# HG changeset patch # User Gerd Moellmann # Date 943451682 0 # Node ID f6e79aed5c2eb95144723f6a4b8d86e4e3699098 # Parent 16fe8fbed828786326264f93075b5aec8876614b (PVEC_FLAG): New variable. diff -r 16fe8fbed828 -r f6e79aed5c2e src/emacs.c --- a/src/emacs.c Wed Nov 24 13:53:39 1999 +0000 +++ b/src/emacs.c Wed Nov 24 13:54:42 1999 +0000 @@ -78,6 +78,7 @@ #else EMACS_INT gdb_data_seg_bits = 0; #endif +EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; /* Command line args from shell, as list of strings */ Lisp_Object Vcommand_line_args;