#location(..) and #call_location

This commit is contained in:
Ginger Bill
2017-06-18 14:36:06 +01:00
parent e4944b4f2e
commit 4236519b84
11 changed files with 241 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
#define USE_CUSTOM_BACKEND false
#define USE_CUSTOM_BACKEND 0
#include "common.cpp"
#include "timings.cpp"
@@ -205,7 +205,7 @@ int main(int argc, char **argv) {
#endif
#if USE_CUSTOM_BACKEND
#if defined(USE_CUSTOM_BACKEND) && USE_CUSTOM_BACKEND
if (global_error_collector.count != 0) {
return 1;
}