From d0346fe321cbb41d35906b29f20b25bf7f140e95 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 19 Aug 2019 18:12:03 -0700 Subject: [PATCH] makespir: The Inform 5 memory setting "MAX_BANK_SIZE" has been withdrawn It should be safe to omit it (putting nothing in its place). --- src/makespir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makespir b/src/makespir index 23b77ce..2764e5b 100644 --- a/src/makespir +++ b/src/makespir @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with SPIRITWRAK. If not, see . -./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' '$MAX_BANK_SIZE=5000' spirit +./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit #./inform '$huge' '$MAX_OBJECTS=800' spirit # The below cmd version should only be used for creating -- 2.31.1