From: Juanma Barranquero Date: Tue, 20 Oct 2009 07:59:57 +0000 (+0000) Subject: * fns.c: Add #endif accidentally removed in previous change. X-Git-Tag: emacs-pretest-23.1.90~727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2629aa37b3b2af48f4eb8bdb30d77dbb89535ac7;p=emacs.git * fns.c: Add #endif accidentally removed in previous change. --- diff --git a/src/ChangeLog b/src/ChangeLog index acd04632654..45ed1940675 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-10-20 Juanma Barranquero + + * fns.c: Add #endif accidentally removed in previous change. + 2009-10-19 Dan Nicolaescu * fns.c: Remove code for unsupported system: MAC_OS. 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 . */ #if defined (HAVE_X_WINDOWS) #include "xterm.h" #endif +#endif /* HAVE_MENUS */ #ifndef NULL #define NULL ((POINTER_TYPE *)0)