]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 17:49:06 +0000 (17:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 17:49:06 +0000 (17:49 +0000)
src/lisp.h

index a019b09abcb207c054c088aeddbdcbb4a8360cfd..5517743cfdc3b21c56b54031902f6c4d32382efd 100644 (file)
@@ -92,7 +92,7 @@ enum Lisp_Type
 #endif /* LISP_FLOAT_TYPE */
 
     /* This is not a type code.  It is for range checking.  */
-    Max_Lisp_Type,
+    Lisp_Type_Limit,
   };
 
 /* This is the set of datatypes that share a common structure.