From ea3cb730fdbdb5d1db99348800bf2eca844d4b66 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 30 Apr 2007 01:49:30 +0000 Subject: [PATCH] Increase heap size to eliminate weird compilation error. --- v7/src/etc/c-boot-compiler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/etc/c-boot-compiler.sh b/v7/src/etc/c-boot-compiler.sh index b52b9ece6..732a00a6a 100755 --- 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 3000" + SCHEME_LARGE="scheme --heap 6000" fi if [ -z "${SCHEME_COMPILER}" ]; then -- 2.25.1