aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorStefan Monnier2004-01-21 04:19:21 +0000
committerStefan Monnier2004-01-21 04:19:21 +0000
commit39eec98ffd24bae4eac6caf062d51a8bbccf02db (patch)
treeca848aa1f4bd0d852d6520a18545fa6b9d3149fe /src/lisp.h
parent4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9 (diff)
downloademacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.tar.gz
emacs-39eec98ffd24bae4eac6caf062d51a8bbccf02db.zip
[ENABLE_CHECKING]: Don't force union type.
Diffstat (limited to 'src/lisp.h')
-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 @@
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
5This file is part of GNU Emacs. 5This 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. */