From 00da0e4ab4b1c4d20a89ebfce96526bd84b51da4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 24 Nov 1999 13:56:09 +0000 Subject: [PATCH] (PVEC_FLAG): New variable. --- src/ChangeLog | 6 ++++++ src/emacs.c | 1 + 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 60dd3bc191c..ee3217e240b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +1999-11-24 Gerd Moellmann + + * lisp.h (enum pvec_type): Put PVEC_FLAG in #if 0. + + * emacs.c (PVEC_FLAG): New variable. + 1999-11-23 Gerd Moellmann * unexaix.c (unexec): Use unsigned instead of uintptr_t because 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; -- 2.39.5