Change type check on first argument to `dump-band' to include all
authorChris Hanson <org/chris-hanson/cph>
Tue, 10 May 1988 18:14:04 +0000 (18:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 10 May 1988 18:14:04 +0000 (18:14 +0000)
applicable types.

Change definitions of SMALLEST_FIXNUM and BIGGEST_FIXNUM to have
explicit casts to long type.  Previously this was automatically true
but ANSI C forces such constants to be unsigned long instead.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 3ad85e6861fec02499c9ae40c55dfb6b17cc930d..2484d86354f78cb8a31a64118c9420b0ed7868cf 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.37 1988/05/10 15:16:46 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.38 1988/05/10 18:14:04 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     37
+#define SUBVERSION     38
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index ca2ee32e61da85dcde8d00db166b091a5d61137a..98fcc768697377813628b8dfbc27fc39fb401486 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.37 1988/05/10 15:16:46 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.38 1988/05/10 18:14:04 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     37
+#define SUBVERSION     38
 #endif
 
 #ifndef UCODE_TABLES_FILENAME