From 333091f78934d55b7b6458c575d8f23f364636c8 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 28 Apr 2017 15:15:08 +0200 Subject: Fixes ?RLR eating first char; !P and !N messages. --- src/error/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/error') 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\ -- cgit v1.2.3-70-g09d2