diff src/ecrt0.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 943eaba38521
children aa5ed11f473b
line wrap: on
line diff
--- a/src/ecrt0.c	Tue Nov 12 03:57:48 2002 +0000
+++ b/src/ecrt0.c	Tue Nov 12 18:58:41 2002 +0000
@@ -371,9 +371,7 @@
 _start ()
 {
 #ifdef sun
-#ifdef LISP_FLOAT_TYPE
   finitfp_();
-#endif
 #endif     
 /* On 68000, _start pushes a6 onto stack  */
   start1 ();