summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-01-21 04:19:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-01-21 04:19:21 +0000
commit39eec98ffd24bae4eac6caf062d51a8bbccf02db (patch)
treeca848aa1f4bd0d852d6520a18545fa6b9d3149fe
parent4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9 (diff)
downloademacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.tar.gz
emacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.tar.bz2
emacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.zip
[ENABLE_CHECKING]: Don't force union type.
-rw-r--r--src/lisp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lisp.h b/src/lisp.h
index e1f939581db..cf9f9395262 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1,5 +1,5 @@
/* Fundamental definitions for GNU Emacs Lisp interpreter.
- Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002, 2003
+ Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000,01,02,03,2004
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -67,10 +67,6 @@ extern void die P_((const char *, const char *, int));
? (void) 0 \
: die ((msg), __FILE__, __LINE__)), \
0)
-
-/* Let's get some compile-time checking too. */
-#undef NO_UNION_TYPE
-
#else
/* Produce same side effects and result, but don't complain. */