diff options
| author | Stefan Monnier | 2004-01-21 04:19:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-21 04:19:21 +0000 |
| commit | 39eec98ffd24bae4eac6caf062d51a8bbccf02db (patch) | |
| tree | ca848aa1f4bd0d852d6520a18545fa6b9d3149fe /src | |
| parent | 4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9 (diff) | |
| download | emacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.tar.gz emacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.zip | |
[ENABLE_CHECKING]: Don't force union type.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 6 |
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 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002, 2003 | 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000,01,02,03,2004 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -67,10 +67,6 @@ extern void die P_((const char *, const char *, int)); | |||
| 67 | ? (void) 0 \ | 67 | ? (void) 0 \ |
| 68 | : die ((msg), __FILE__, __LINE__)), \ | 68 | : die ((msg), __FILE__, __LINE__)), \ |
| 69 | 0) | 69 | 0) |
| 70 | |||
| 71 | /* Let's get some compile-time checking too. */ | ||
| 72 | #undef NO_UNION_TYPE | ||
| 73 | |||
| 74 | #else | 70 | #else |
| 75 | 71 | ||
| 76 | /* Produce same side effects and result, but don't complain. */ | 72 | /* Produce same side effects and result, but don't complain. */ |