]> git.eshelyaron.com Git - emacs.git/commitdiff
* fns.c: Add #endif accidentally removed in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Oct 2009 07:59:57 +0000 (07:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Oct 2009 07:59:57 +0000 (07:59 +0000)
src/ChangeLog
src/fns.c

index acd0463265458829607d2cd65e45f0162eefb3b1..45ed1940675dd43337f760653a3e731a9f744931 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * fns.c: Add #endif accidentally removed in previous change.
+
 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * fns.c: Remove code for unsupported system: MAC_OS.
index 06c6b6772aae82dcc5aac449f2477162e589f660..10d755ccea78eb243a1c0e351e43a045527f2238 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -46,6 +46,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #if defined (HAVE_X_WINDOWS)
 #include "xterm.h"
 #endif
+#endif /* HAVE_MENUS */
 
 #ifndef NULL
 #define NULL ((POINTER_TYPE *)0)