comparison src/emacs.c @ 14788:a3b8405017f4

(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Mar 1996 06:18:40 +0000
parents 0e3add8490d0
children e368c0d12356
comparison
equal deleted inserted replaced
14787:0c751a0e86cd 14788:a3b8405017f4
894 894
895 #if defined (MSDOS) && !defined (HAVE_X_WINDOWS) 895 #if defined (MSDOS) && !defined (HAVE_X_WINDOWS)
896 syms_of_xfaces (); 896 syms_of_xfaces ();
897 #endif 897 #endif
898 898
899 #ifndef HAVE_NTGUI
899 syms_of_xmenu (); 900 syms_of_xmenu ();
901 #endif
900 902
901 #ifdef HAVE_NTGUI 903 #ifdef HAVE_NTGUI
902 syms_of_win32term (); 904 syms_of_win32term ();
903 syms_of_win32fns (); 905 syms_of_win32fns ();
904 syms_of_win32faces (); 906 syms_of_win32faces ();