diff options
| author | Juanma Barranquero | 2009-10-20 07:59:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-20 07:59:57 +0000 |
| commit | 2629aa37b3b2af48f4eb8bdb30d77dbb89535ac7 (patch) | |
| tree | f8201d686fe9908ec0a5259109202adb35d0d253 /src/fns.c | |
| parent | 6131a096057ec6f0a46a8eeb119e8126f21e1c44 (diff) | |
| download | emacs-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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) |