Add new switch `HAS_MODF', and conditionalize "missing.c" to use it.
authorChris Hanson <org/chris-hanson/cph>
Fri, 22 Sep 1989 08:47:32 +0000 (08:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 22 Sep 1989 08:47:32 +0000 (08:47 +0000)
Change makefile to include "missing.o".

v7/src/microcode/unxutl/ymkfile
v8/src/microcode/psbmap.h

index 15a44013411a0b0e7fe4c10cdab05a8114e39d15..36b3ef65de226ca6b1bc8cd11e6cc0254bbe0cde 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.10 1989/09/22 08:45:03 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.11 1989/09/22 08:47:32 cph Exp $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -431,12 +431,13 @@ scheme.touch : scheme.h config.h bkpt.h object.h scode.h sdata.h \
        const.h fixobj.h default.h extern.h prim.h intrpt.h
 os.touch : os.c mul.c unix.c vms.c unknown.c scheme.touch zones.h
 psbmap.touch : config.h object.h bignum.h bignumint.h bitstr.h types.h \
-       sdata.h const.h missing.c psbmap.h $(GC_HEAD_FILES) \
-       comlin.h comlin.c
+       sdata.h const.h psbmap.h $(GC_HEAD_FILES) comlin.h comlin.c
 usrdef.touch : usrdef.h config.h object.h prim.h
 
 limits.h : hard-params
        -./hard-params -l > limits.h
+float.h : hard-params
+       -./hard-params -f > float.h
 hard-params : hard-params.c
        $(CC) -DNO_SC $(LDFLAGS) -o hard-params hard-params.c
 
index b7efef9e642115e5895e304c0d5a72796f2fe13a..05a097f9906eaf114294d36def0df3e6f5c72a95 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.29 1989/09/20 23:10:51 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.30 1989/09/22 08:45:36 cph Exp $
 
 Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
 
@@ -52,11 +52,7 @@ MIT in each case. */
 #include "const.h"
 #include "gccode.h"
 
-#ifdef HAS_FREXP
 extern double frexp(), ldexp();
-#else
-#include "missing.c"
-#endif
 
 #define PORTABLE_VERSION       5