comparison 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
comparison
equal deleted inserted replaced
26566:16fe8fbed828 26567:f6e79aed5c2e
76 #ifdef DATA_SEG_BITS 76 #ifdef DATA_SEG_BITS
77 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; 77 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
78 #else 78 #else
79 EMACS_INT gdb_data_seg_bits = 0; 79 EMACS_INT gdb_data_seg_bits = 0;
80 #endif 80 #endif
81 EMACS_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 */
83 Lisp_Object Vcommand_line_args; 84 Lisp_Object Vcommand_line_args;
84 85
85 /* The name under which Emacs was invoked, with any leading directory 86 /* The name under which Emacs was invoked, with any leading directory