diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-13 21:09:49 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-13 21:09:49 +0100 |
| commit | 780b81a59f28c411b3a1adea217a59e1cdb4458b (patch) | |
| tree | 89513b1e459fc659c795e4daaa3d22845cd2d8b5 /src/main.cpp | |
| parent | 9f1dda701d3cc7d235619d61443c1872f79cbb63 (diff) | |
Allow for NO_DEFAULT_STRUCT_VALUES
(will decide later if I want them or not)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3cef01ac7..46bf2cd71 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,6 @@ // #define NO_ARRAY_BOUNDS_CHECK #define NO_POINTER_ARITHMETIC +// #define NO_DEFAULT_STRUCT_VALUES #include "common.cpp" #include "timings.cpp" |