projects
/
bazic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bc793
)
Increase MAX_STATIC_DATA
master
author
Jason Self
<j@jxself.org>
Mon, 19 Aug 2019 12:42:07 +0000
(
05:42
-0700)
committer
Jason Self
<j@jxself.org>
Mon, 19 Aug 2019 12:42:07 +0000
(
05:42
-0700)
To avoid running out of memory
bazic.inf
patch
|
blob
|
history
diff --git
a/bazic.inf
b/bazic.inf
index b727dc1d5e12f4cc2ad320dd1923f00c8f8c4747..05cd10ba61129c01a506799aef791619a65e7c62 100644
(file)
--- a/
bazic.inf
+++ b/
bazic.inf
@@
-1,3
+1,4
@@
+!% $MAX_STATIC_DATA=150000
include "malloc.h";
include "tokeniser.h";
include "store.h";