aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-20 07:59:57 +0000
committerJuanma Barranquero2009-10-20 07:59:57 +0000
commit2629aa37b3b2af48f4eb8bdb30d77dbb89535ac7 (patch)
treef8201d686fe9908ec0a5259109202adb35d0d253 /src/fns.c
parent6131a096057ec6f0a46a8eeb119e8126f21e1c44 (diff)
downloademacs-2629aa37b3b2af48f4eb8bdb30d77dbb89535ac7.tar.gz
emacs-2629aa37b3b2af48f4eb8bdb30d77dbb89535ac7.zip
* fns.c: Add #endif accidentally removed in previous change.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 06c6b6772aa..10d755ccea7 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -46,6 +46,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
46#if defined (HAVE_X_WINDOWS) 46#if defined (HAVE_X_WINDOWS)
47#include "xterm.h" 47#include "xterm.h"
48#endif 48#endif
49#endif /* HAVE_MENUS */
49 50
50#ifndef NULL 51#ifndef NULL
51#define NULL ((POINTER_TYPE *)0) 52#define NULL ((POINTER_TYPE *)0)