diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-13 17:38:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-13 17:38:35 +0100 |
| commit | e597a8d72eba1241b944fee48c0be4d6203acc4c (patch) | |
| tree | 0e473696a04bed8cb7cde5a184016d13afbcae65 /src/main.cpp | |
| parent | de9a4b516465201c8803ae2a2181c9532be65339 (diff) | |
Fix issues with exact integer bounds and remove dead code
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 66d4571e0..3cef01ac7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,3 @@ -#define USE_THREADED_PARSER 1 // #define NO_ARRAY_BOUNDS_CHECK #define NO_POINTER_ARITHMETIC |