changeset 10246:c000ce65503e

(enum Lisp_Type): Add Max_Lisp_Type.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Dec 1994 17:47:27 +0000
parents f0637b2f1671
children f59aa6fddad6
files src/lisp.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sun Dec 25 17:28:51 1994 +0000
+++ b/src/lisp.h	Sun Dec 25 17:47:27 1994 +0000
@@ -90,6 +90,9 @@
 #ifdef LISP_FLOAT_TYPE
     Lisp_Float,
 #endif /* LISP_FLOAT_TYPE */
+
+    /* This is not a type code.  It is for range checking.  */
+    Max_Lisp_Type,
   };
 
 /* This is the set of datatypes that share a common structure.