Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4d1207f6
Commit
4d1207f6
authored
Dec 25, 1994
by
Richard M. Stallman
Browse files
(enum Lisp_Type): Add Max_Lisp_Type.
parent
e1351ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lisp.h
src/lisp.h
+3
-0
No files found.
src/lisp.h
View file @
4d1207f6
...
...
@@ -90,6 +90,9 @@ enum Lisp_Type
#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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment