mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
#location(..) and #call_location
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user