From 780b81a59f28c411b3a1adea217a59e1cdb4458b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 13 May 2018 21:09:49 +0100 Subject: Allow for NO_DEFAULT_STRUCT_VALUES (will decide later if I want them or not) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') 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" -- cgit v1.2.3