comparison src/emacs.c @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 558f606b08ae
children e11d67e05968
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
928 syms_of_minibuf (); 928 syms_of_minibuf ();
929 syms_of_objects (); 929 syms_of_objects ();
930 syms_of_print (); 930 syms_of_print ();
931 #if !defined (NO_SUBPROCESSES) 931 #if !defined (NO_SUBPROCESSES)
932 syms_of_process (); 932 syms_of_process ();
933 #ifdef HAVE_WIN32_PROCESSES
934 syms_of_process_nt ();
935 #endif
933 #endif 936 #endif
934 syms_of_profile (); 937 syms_of_profile ();
935 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC) 938 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
936 syms_of_ralloc (); 939 syms_of_ralloc ();
937 #endif /* HAVE_MMAP && REL_ALLOC */ 940 #endif /* HAVE_MMAP && REL_ALLOC */
1106 #ifdef HAVE_MENUBARS 1109 #ifdef HAVE_MENUBARS
1107 console_type_create_menubar_mswindows (); 1110 console_type_create_menubar_mswindows ();
1108 #endif 1111 #endif
1109 #ifdef HAVE_TOOLBARS 1112 #ifdef HAVE_TOOLBARS
1110 console_type_create_toolbar_mswindows (); 1113 console_type_create_toolbar_mswindows ();
1114 #endif
1115 #ifdef HAVE_DIALOGS
1116 console_type_create_dialog_mswindows ();
1111 #endif 1117 #endif
1112 #endif 1118 #endif
1113 1119
1114 /* Now initialize the specifier types and associated symbols. 1120 /* Now initialize the specifier types and associated symbols.
1115 Other than the first function below, the functions may 1121 Other than the first function below, the functions may
1379 #ifdef HAVE_MENUBARS 1385 #ifdef HAVE_MENUBARS
1380 vars_of_menubar_mswindows (); 1386 vars_of_menubar_mswindows ();
1381 #endif 1387 #endif
1382 #ifdef HAVE_MSW_C_DIRED 1388 #ifdef HAVE_MSW_C_DIRED
1383 vars_of_dired_mswindows (); 1389 vars_of_dired_mswindows ();
1390 #endif
1391 #ifdef HAVE_DIALOGS
1392 vars_of_dialog_mswindows ();
1384 #endif 1393 #endif
1385 #endif /* HAVE_MS_WINDOWS */ 1394 #endif /* HAVE_MS_WINDOWS */
1386 1395
1387 #ifdef MULE 1396 #ifdef MULE
1388 vars_of_mule (); 1397 vars_of_mule ();