Sony NEWS OS has frexp, floor, modf.
authorGerald Jay Sussman <edu/mit/gjs>
Thu, 15 Aug 1991 22:15:04 +0000 (22:15 +0000)
committerGerald Jay Sussman <edu/mit/gjs>
Thu, 15 Aug 1991 22:15:04 +0000 (22:15 +0000)
v7/src/microcode/config.h

index 74c2320485c156aeb7ccdf9c42c0a51ce05b4b69..6d6fa6faef65b7d24f38f9650efc121c975c5f00 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.60 1991/08/05 14:21:45 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.61 1991/08/15 22:15:04 gjs Exp $
 
-Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1987-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -398,6 +398,12 @@ typedef unsigned long SCHEME_OBJECT;
 #endif
 #endif
 
+#ifdef sony
+#define HAS_FLOOR
+#define HAS_FREXP
+#define HAS_MODF
+#endif
+
 /* Heap resides in data space which begins at 0x10000000. This is
    kludged by the definitions below, and is still considered
    HEAP_IN_LOW_MEMORY.  */