diff src/lisp.h @ 26569:d5f7eaff00db

Fix typo in previous change.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Nov 1999 14:01:54 +0000
parents 16fe8fbed828
children 30dbdfd88028
line wrap: on
line diff
--- a/src/lisp.h	Wed Nov 24 13:56:09 1999 +0000
+++ b/src/lisp.h	Wed Nov 24 14:01:54 1999 +0000
@@ -260,13 +260,13 @@
   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.  */