From: Gerd Moellmann Date: Wed, 24 Nov 1999 14:01:54 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-pretest-21.0.90~5997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cee971adccf14f34196c5e5df8a5b796309c22e6;p=emacs.git Fix typo in previous change. --- diff --git a/src/lisp.h b/src/lisp.h index a1f0b17e7ee..a9a5d21179a 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -260,13 +260,13 @@ enum pvec_type PVEC_BOOL_VECTOR = 0x10000, PVEC_BUFFER = 0x20000, PVEC_HASH_TABLE = 0x40000, - PVEC_TYPE_MASK = 0x7fe00, - -#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available - to GDB. It doesn't work on OS Alpha. Moved to a variable in - emacs.c */ + PVEC_TYPE_MASK = 0x7fe00 + +#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to + GDB. It doesn't work on OS Alpha. Moved to a variable in + emacs.c. */ PVEC_FLAG = PSEUDOVECTOR_FLAG -#endi +#endif }; /* For convenience, we also store the number of elements in these bits. */