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
39eec98f
Commit
39eec98f
authored
Jan 21, 2004
by
Stefan Monnier
Browse files
[ENABLE_CHECKING]: Don't force union type.
parent
4fa2eaa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/lisp.h
src/lisp.h
+1
-5
No files found.
src/lisp.h
View file @
39eec98f
/* Fundamental definitions for GNU Emacs Lisp interpreter.
/* Fundamental definitions for GNU Emacs Lisp interpreter.
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000,
2001, 2002,
200
3
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000,
01,02,03,
200
4
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GNU Emacs.
This file is part of GNU Emacs.
...
@@ -67,10 +67,6 @@ extern void die P_((const char *, const char *, int));
...
@@ -67,10 +67,6 @@ extern void die P_((const char *, const char *, int));
? (void) 0 \
? (void) 0 \
: die ((msg), __FILE__, __LINE__)), \
: die ((msg), __FILE__, __LINE__)), \
0)
0)
/* Let's get some compile-time checking too. */
#undef NO_UNION_TYPE
#else
#else
/* Produce same side effects and result, but don't complain. */
/* Produce same side effects and result, but don't complain. */
...
...
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