Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/emacs.c Tue Nov 12 03:57:48 2002 +0000 +++ b/src/emacs.c Tue Nov 12 18:58:41 2002 +0000 @@ -1048,9 +1048,7 @@ init_signals_very_early (); init_data_very_early (); /* Catch math errors. */ -#ifdef LISP_FLOAT_TYPE init_floatfns_very_early (); /* Catch floating-point math errors. */ -#endif init_process_times_very_early (); /* Initialize our process timers. As early as possible, of course, so we can be fairly accurate. */