aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/emacs.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60dd3bc191c..ee3217e240b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
11999-11-24 Gerd Moellmann <gerd@gnu.org>
2
3 * lisp.h (enum pvec_type): Put PVEC_FLAG in #if 0.
4
5 * emacs.c (PVEC_FLAG): New variable.
6
11999-11-23 Gerd Moellmann <gerd@gnu.org> 71999-11-23 Gerd Moellmann <gerd@gnu.org>
2 8
3 * unexaix.c (unexec): Use unsigned instead of uintptr_t because 9 * 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;
78#else 78#else
79EMACS_INT gdb_data_seg_bits = 0; 79EMACS_INT gdb_data_seg_bits = 0;
80#endif 80#endif
81EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
81 82
82/* Command line args from shell, as list of strings */ 83/* Command line args from shell, as list of strings */
83Lisp_Object Vcommand_line_args; 84Lisp_Object Vcommand_line_args;