comparison src/emacs.c @ 1104:8b464283e891

[xemacs-hg @ 2002-11-12 18:58:13 by james] Unconditionally compile the LISP_FLOAT_TYPE code. Remove all !LISP_FLOAT_TYPE code and the LISP_FLOAT_TYPE identifier itself.
author james
date Tue, 12 Nov 2002 18:58:41 +0000
parents 26274e0d7794
children e22b0213b713
comparison
equal deleted inserted replaced
1103:80d9ab2e9855 1104:8b464283e891
1046 and the like. These functions have no dependence on any part of 1046 and the like. These functions have no dependence on any part of
1047 the Lisp engine and need to be done both at dump time and at run time. */ 1047 the Lisp engine and need to be done both at dump time and at run time. */
1048 1048
1049 init_signals_very_early (); 1049 init_signals_very_early ();
1050 init_data_very_early (); /* Catch math errors. */ 1050 init_data_very_early (); /* Catch math errors. */
1051 #ifdef LISP_FLOAT_TYPE
1052 init_floatfns_very_early (); /* Catch floating-point math errors. */ 1051 init_floatfns_very_early (); /* Catch floating-point math errors. */
1053 #endif
1054 init_process_times_very_early (); /* Initialize our process timers. 1052 init_process_times_very_early (); /* Initialize our process timers.
1055 As early as possible, of course, 1053 As early as possible, of course,
1056 so we can be fairly accurate. */ 1054 so we can be fairly accurate. */
1057 1055
1058 #ifdef HAVE_WIN32_CODING_SYSTEMS 1056 #ifdef HAVE_WIN32_CODING_SYSTEMS