Mercurial > emacs
diff src/lisp.h @ 53653:6f2b0bb10619
[ENABLE_CHECKING]: Don't force union type.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 21 Jan 2004 04:19:21 +0000 |
| parents | db670c1b5944 |
| children | 8dc805af6250 |
line wrap: on
line diff
--- a/src/lisp.h Wed Jan 21 04:04:01 2004 +0000 +++ b/src/lisp.h Wed Jan 21 04:19:21 2004 +0000 @@ -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 @@ ? (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. */
