summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-11-24 13:56:09 +0000
committerGerd Moellmann <gerd@gnu.org>1999-11-24 13:56:09 +0000
commit00da0e4ab4b1c4d20a89ebfce96526bd84b51da4 (patch)
treec6f600d909bc9fbf63e6e22c3b8b2770e7f747f4 /src/emacs.c
parentf1b14279ae6832ea16b8bde3e1019d9c50eb4273 (diff)
downloademacs-00da0e4ab4b1c4d20a89ebfce96526bd84b51da4.tar.gz
emacs-00da0e4ab4b1c4d20a89ebfce96526bd84b51da4.tar.bz2
emacs-00da0e4ab4b1c4d20a89ebfce96526bd84b51da4.zip
(PVEC_FLAG): New variable.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index e33d3c31d31..4ec6e612a63 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -78,6 +78,7 @@ EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
#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;