Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1103:80d9ab2e9855 | 1104:8b464283e891 |
---|---|
369 #else /* not ISI68K */ | 369 #else /* not ISI68K */ |
370 | 370 |
371 _start () | 371 _start () |
372 { | 372 { |
373 #ifdef sun | 373 #ifdef sun |
374 #ifdef LISP_FLOAT_TYPE | |
375 finitfp_(); | 374 finitfp_(); |
376 #endif | |
377 #endif | 375 #endif |
378 /* On 68000, _start pushes a6 onto stack */ | 376 /* On 68000, _start pushes a6 onto stack */ |
379 start1 (); | 377 start1 (); |
380 } | 378 } |
381 #endif /* not ISI68k */ | 379 #endif /* not ISI68k */ |