mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
This commit is contained in:
parent
cf107ffb4f
commit
8e7b36c294
@ -1624,14 +1624,12 @@ main (argc, argv
|
||||
#endif
|
||||
#endif /* HAVE_X_WINDOWS */
|
||||
|
||||
#ifdef HAVE_MENUS
|
||||
#ifndef HAVE_NTGUI
|
||||
#ifndef MAC_OS
|
||||
/* Called before init_window_once for Mac OS Classic. */
|
||||
syms_of_xmenu ();
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NTGUI
|
||||
syms_of_w32term ();
|
||||
|
Loading…
Reference in New Issue
Block a user