From 1a8b82c9d5b56884a8259881c903acae088a2a2e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 22 Sep 1989 08:47:32 +0000 Subject: [PATCH] Add new switch `HAS_MODF', and conditionalize "missing.c" to use it. Change makefile to include "missing.o". --- v7/src/microcode/unxutl/ymkfile | 7 ++++--- v8/src/microcode/psbmap.h | 6 +----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 15a440134..36b3ef65d 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -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 diff --git a/v8/src/microcode/psbmap.h b/v8/src/microcode/psbmap.h index b7efef9e6..05a097f99 100644 --- a/v8/src/microcode/psbmap.h +++ b/v8/src/microcode/psbmap.h @@ -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 -- 2.25.1