aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menu.c b/src/menu.c
index 7eda4c6ebb5..fa31c8a51c1 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -67,6 +67,9 @@ Lisp_Object menu_items;
67 67
68/* If non-nil, means that the global vars defined here are already in use. 68/* If non-nil, means that the global vars defined here are already in use.
69 Used to detect cases where we try to re-enter this non-reentrant code. */ 69 Used to detect cases where we try to re-enter this non-reentrant code. */
70#if ! (defined USE_GTK || defined USE_MOTIF)
71static
72#endif
70Lisp_Object menu_items_inuse; 73Lisp_Object menu_items_inuse;
71 74
72/* Number of slots currently allocated in menu_items. */ 75/* Number of slots currently allocated in menu_items. */