summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/error/error.h')
-rw-r--r--src/error/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error/error.h b/src/error/error.h
index 145c838..1d26faf 100644
--- a/src/error/error.h
+++ b/src/error/error.h
@@ -37,7 +37,7 @@
#endif
#define JH_PRINT_STDERR(io, symbol, str, ...)\
- fprintf(io, "[" symbol "]" JH_LOCATION " " str "\n", __VA_ARGS__);
+ fprintf(io, "!AI [" symbol "]" JH_LOCATION " " str "\n", __VA_ARGS__);
/*
* Given that we use preprocessor contants as flags, we can expect the compilers
@@ -94,7 +94,7 @@
/* For outputs without dynamic content (static). ******************************/
#define JH_PRINT_S_STDERR(io, symbol, str)\
- fprintf(io, "[" symbol "]" JH_LOCATION " " str "\n");
+ fprintf(io, "!AI [" symbol "]" JH_LOCATION " " str "\n");
#define JH_S_DEBUG(io, flag, str)\
JH_ISOLATE\