aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/menu.c b/src/menu.c
index 7d255fddac4..7f46e68e73e 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -170,8 +170,7 @@ ensure_menu_items (int items)
170 } 170 }
171} 171}
172 172
173#if (defined USE_X_TOOLKIT || defined USE_GTK || defined HAVE_NS \ 173#ifdef HAVE_EXT_MENU_BAR
174 || defined HAVE_NTGUI)
175 174
176/* Begin a submenu. */ 175/* Begin a submenu. */
177 176
@@ -195,7 +194,7 @@ push_submenu_end (void)
195 menu_items_submenu_depth--; 194 menu_items_submenu_depth--;
196} 195}
197 196
198#endif /* USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI */ 197#endif /* HAVE_EXT_MENU_BAR */
199 198
200/* Indicate boundary between left and right. */ 199/* Indicate boundary between left and right. */
201 200