From 5c0542111e67d60490c7e218b985d6c6b9eaf9f2 Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 4 Apr 2025 02:04:51 +0330 Subject: arg names are in function types now --- src/utils/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/log.h b/src/utils/log.h index a0d48a6..510170f 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -5,6 +5,7 @@ #define printWarning(begin,end,format,...) _printErrorWarningBack(__FILE_NAME__, __LINE__, begin, end, false, format, ## __VA_ARGS__) #define UNREACHABLE printLog("Unreachable");exit(1) +#define NOT_IMPLEMENTED printLog("Not implemented");exit(1) extern void _printLogBack(const char *format, const char *file, int line, ...); -- cgit v1.2.3