From 49a01f629636b6d3699e38b0801fc9884292fb22 Mon Sep 17 00:00:00 2001 From: ahmedsamyh Date: Tue, 25 Feb 2025 15:15:07 +0500 Subject: [PATCH] [commonlib.h] Remove prefix for 'shift_args'; --- commonlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commonlib.h b/commonlib.h index 1629744..08f889a 100644 --- a/commonlib.h +++ b/commonlib.h @@ -43,6 +43,8 @@ #define String_view c_String_view +#define shift_args c_shift_args + #endif // COMMONLIB_REMOVE_PREFIX // typedefs -- 2.39.5