diff src/emacs.c @ 26567:f6e79aed5c2e

(PVEC_FLAG): New variable.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Nov 1999 13:54:42 +0000
parents 9692309251b8
children 301daf47e723
line wrap: on
line diff
--- 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;