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
cdf61d83
Commit
cdf61d83
authored
Mar 06, 2005
by
Richard M. Stallman
Browse files
(CHECK_CONS_LIST): New macro (two definitions).
parent
835ee136
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/lisp.h
src/lisp.h
+5
-0
No files found.
src/lisp.h
View file @
cdf61d83
...
...
@@ -53,6 +53,11 @@ Boston, MA 02111-1307, USA. */
#endif /* 0 */
#ifdef GC_CHECK_CONS_LIST
#define CHECK_CONS_LIST() check_cons_list()
#else
#define CHECK_CONS_LIST() 0
#endif
/* These are default choices for the types to use. */
#ifdef _LP64
...
...
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