Mercurial > emacs
comparison src/fns.c @ 105683:f08ab3de7d1e
* fns.c: Add #endif accidentally removed in previous change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 Oct 2009 07:59:57 +0000 |
parents | d46b7a138955 |
children | 21bdda3ded62 |
comparison
equal
deleted
inserted
replaced
105682:eb7471ca2f53 | 105683:f08ab3de7d1e |
---|---|
44 #include "blockinput.h" | 44 #include "blockinput.h" |
45 #ifdef HAVE_MENUS | 45 #ifdef HAVE_MENUS |
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) |
52 #endif | 53 #endif |
53 | 54 |