projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a85345
)
const -> CONST for non-ansi compilers.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 2 May 1991 06:12:32 +0000
(06:12 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 2 May 1991 06:12:32 +0000
(06:12 +0000)
v7/src/microcode/boot.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/boot.c
b/v7/src/microcode/boot.c
index 9b58ad1b2070618c6d1b0755e391743d756afb63..fa3e018db9f44f74f005a4ed9c517be64eb9da77 100644
(file)
--- a/
v7/src/microcode/boot.c
+++ b/
v7/src/microcode/boot.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.6
8 1991/03/28 20:09:23
jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.6
9 1991/05/02 06:12:32
jinx Exp $
Copyright (c) 1988-1991 Massachusetts Institute of Technology
@@
-413,7
+413,7
@@
DEFUN (gc_death,
}
void
-DEFUN (stack_death, (name),
const
char *name)
+DEFUN (stack_death, (name),
CONST
char *name)
{
fprintf (stderr,
"\n%s: Constant space is no longer sealed!\n",