aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-25 17:49:06 +0000
committerRichard M. Stallman1994-12-25 17:49:06 +0000
commiteeed793e62c2b1946028d73c9ef459d53286752e (patch)
treec5622d7d8c4a527dc4862cc2ffeaa56330a8d304 /src
parent4d1207f6f530d504c5b875d177d5f3b3008a1be1 (diff)
downloademacs-eeed793e62c2b1946028d73c9ef459d53286752e.tar.gz
emacs-eeed793e62c2b1946028d73c9ef459d53286752e.zip
(enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.
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.