* buffer.c (Qclone_number): Remove for now, as it's unused.
[bpt/emacs.git] / src / menu.c
index 7eda4c6..fa31c8a 100644 (file)
@@ -67,6 +67,9 @@ Lisp_Object menu_items;
 
 /* If non-nil, means that the global vars defined here are already in use.
    Used to detect cases where we try to re-enter this non-reentrant code.  */
+#if ! (defined USE_GTK || defined USE_MOTIF)
+static
+#endif
 Lisp_Object menu_items_inuse;
 
 /* Number of slots currently allocated in menu_items.  */