diff options
| author | gingerBill <bill@gingerbill.org> | 2017-12-04 22:01:51 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-12-04 22:01:51 +0000 |
| commit | f0de99405982e8e2e2a121fccf81e32e4c221e8c (patch) | |
| tree | 07a78ee9d1e7803772c42bd0a04fa9624152c0e5 /src/main.cpp | |
| parent | ebb2a9812ced9c3f53085a57843f42b95086ae87 (diff) | |
Make core library use procedure groupings rather than normal overloading
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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" |