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:
9a0c66f
)
Increase heap size to eliminate weird compilation error.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Apr 2007 01:49:30 +0000
(
01:49
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Apr 2007 01:49:30 +0000
(
01:49
+0000)
v7/src/etc/c-boot-compiler.sh
patch
|
blob
|
history
diff --git
a/v7/src/etc/c-boot-compiler.sh
b/v7/src/etc/c-boot-compiler.sh
index b52b9ece654f7fb6cdb3ac83851f2566b76458df..732a00a6a40ca6509c627b65629dc7bab65e8c3e 100755
(executable)
--- a/
v7/src/etc/c-boot-compiler.sh
+++ b/
v7/src/etc/c-boot-compiler.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: c-boot-compiler.sh,v 1.
2 2007/04/07 04:03:37
cph Exp $
+# $Id: c-boot-compiler.sh,v 1.
3 2007/04/30 01:49:30
cph Exp $
#
# Copyright 2007 Massachusetts Institute of Technology
#
@@
-24,7
+24,7
@@
set -e
if [ -z "${SCHEME_LARGE}" ]; then
- SCHEME_LARGE="scheme --heap
3
000"
+ SCHEME_LARGE="scheme --heap
6
000"
fi
if [ -z "${SCHEME_COMPILER}" ]; then