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:
bd1d320
)
Bump heap size so that compilation finishes.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 29 Apr 2007 20:46:43 +0000
(20:46 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 29 Apr 2007 20:46:43 +0000
(20:46 +0000)
v7/src/etc/c-prepare.sh
patch
|
blob
|
history
diff --git
a/v7/src/etc/c-prepare.sh
b/v7/src/etc/c-prepare.sh
index 0f51c6273b6d3a95b61e7faf3bd477ed5650138b..4cda53643d93b5bfbfbbd7b75c4d71a9fdcf1c21 100755
(executable)
--- a/
v7/src/etc/c-prepare.sh
+++ b/
v7/src/etc/c-prepare.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: c-prepare.sh,v 1.
1 2007/04/04 05:08:19 riastrad
h Exp $
+# $Id: c-prepare.sh,v 1.
2 2007/04/29 20:46:43 cp
h Exp $
#
# Copyright 2007 Massachusetts Institute of Technology
#
@@
-33,7
+33,7
@@
else
fi
if [ -z "${SCHEME_LARGE}" ]; then
- SCHEME_LARGE="scheme --heap
3
000"
+ SCHEME_LARGE="scheme --heap
6
000"
fi
${SCHEME_LARGE} --band boot-compiler.com < "${DIR}/etc/c-prepare.scm"