emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Wed, 12 Apr 2006 08:05:07 +0000

Index: emacs/src/fns.c
diff -u emacs/src/fns.c:1.408 emacs/src/fns.c:1.409
--- emacs/src/fns.c:1.408       Fri Mar 24 13:26:36 2006
+++ emacs/src/fns.c     Wed Apr 12 08:05:07 2006
@@ -48,8 +48,12 @@
 #include "frame.h"
 #include "window.h"
 #include "blockinput.h"
-#if defined (HAVE_MENUS) && defined (HAVE_X_WINDOWS)
+#ifdef HAVE_MENUS
+#if defined (HAVE_X_WINDOWS)
 #include "xterm.h"
+#elif defined (MAC_OS)
+#include "macterm.h"
+#endif
 #endif
 
 #ifndef NULL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]