diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-05 14:22:18 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-05 14:22:18 +0000 |
| commit | 1d4881cbbe0da6c5f9cd4a99dd1bf65c5e00c51d (patch) | |
| tree | 1a7b816d1141a98656a76d04b237d0f898db7c5f /src/main.cpp | |
| parent | 04b917a60aef2b60c6580899d191913004dbb2af (diff) | |
Add array programming
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index cd7215168..154fa91bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,5 @@ +#define ALLOW_ARRAY_PROGRAMMING + #define USE_CUSTOM_BACKEND 0 // #define NO_ARRAY_BOUNDS_CHECK #if !defined(USE_THREADED_PARSER) |