Remove static keyword from the declaration of memory_base. GCC does
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Oct 1989 04:44:00 +0000 (04:44 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Oct 1989 04:44:00 +0000 (04:44 +0000)
not like something to be declared both extern and static, and it is
declared extern in object.h, included here.

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

index 2efc229ffcc84f2f22a1fb5205b838603c2b0fe6..6390b0615b7a2f466a45a1776eba25e9b118de3a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.30 1989/09/22 08:45:36 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.31 1989/10/20 04:44:00 jinx Exp $
 
 Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
 
@@ -133,7 +133,7 @@ static Boolean nmv_p = false;
 /* Global data */
 
 #ifndef Heap_In_Low_Memory
-static SCHEME_OBJECT * memory_base;
+SCHEME_OBJECT * memory_base;
 #endif
 
 static long
index 05a097f9906eaf114294d36def0df3e6f5c72a95..1d698b5753e70a006cce0f00b6c064a9e895af0e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.31 1989/10/20 04:44:00 jinx Exp $
 
 Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
 
@@ -133,7 +133,7 @@ static Boolean nmv_p = false;
 /* Global data */
 
 #ifndef Heap_In_Low_Memory
-static SCHEME_OBJECT * memory_base;
+SCHEME_OBJECT * memory_base;
 #endif
 
 static long