]> code.delx.au - gnu-emacs/commitdiff
[ENABLE_CHECKING]: Don't force union type.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:19:21 +0000 (04:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:19:21 +0000 (04:19 +0000)
src/lisp.h

index e1f939581db7a97d22f25c5b90ce7bd2530bbb80..cf9f9395262aecc9e799556c780ed18952bae0b9 100644 (file)
@@ -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.  */