aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index a019b09abcb..5517743cfdc 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -92,7 +92,7 @@ enum Lisp_Type
92#endif /* LISP_FLOAT_TYPE */ 92#endif /* LISP_FLOAT_TYPE */
93 93
94 /* This is not a type code. It is for range checking. */ 94 /* This is not a type code. It is for range checking. */
95 Max_Lisp_Type, 95 Lisp_Type_Limit,
96 }; 96 };
97 97
98/* This is the set of datatypes that share a common structure. 98/* This is the set of datatypes that share a common structure.