We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473cdf0 commit ee98d51Copy full SHA for ee98d51
1 file changed
langs/outlaw/runtime.h
@@ -6,6 +6,6 @@ extern FILE* out;
6
extern void (*error_handler)();
7
8
// in words
9
-#define heap_size 100000
+#define heap_size 100000000
10
extern int64_t *heap;
11
#endif /* RUNTIME_H */
0 commit comments