From f0de99405982e8e2e2a121fccf81e32e4c221e8c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 4 Dec 2017 22:01:51 +0000 Subject: Make core library use procedure groupings rather than normal overloading --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d3124528c..7f24a7d4d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,8 @@ #define ALLOW_ARRAY_PROGRAMMING - +// #define DISABLE_PROCEDURE_OVERLOADING // #define NO_ARRAY_BOUNDS_CHECK + #include "common.cpp" #include "timings.cpp" #include "build_settings.cpp" -- cgit v1.2.3