aboutsummaryrefslogtreecommitdiffstats
path: root/src/ecrt0.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-17 09:45:46 +0000
committerGerd Moellmann2000-02-17 09:45:46 +0000
commitcc94f3b24e447e04da3e899af8909cb77d648ef0 (patch)
tree9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/ecrt0.c
parent10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff)
downloademacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz
emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.zip
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/ecrt0.c')
-rw-r--r--src/ecrt0.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c
index a9c7f289173..ac23259de4f 100644
--- a/src/ecrt0.c
+++ b/src/ecrt0.c
@@ -347,9 +347,7 @@ static foo () {
347_start () 347_start ()
348{ 348{
349#ifdef sun 349#ifdef sun
350#ifdef LISP_FLOAT_TYPE
351 finitfp_(); 350 finitfp_();
352#endif
353#endif 351#endif
354/* On 68000, _start pushes a6 onto stack */ 352/* On 68000, _start pushes a6 onto stack */
355 start1 (); 353 start1 ();