From 0cd1e9ff49b7799d703399e314731bc7df5b9229 Mon Sep 17 00:00:00 2001 From: Y-Less Date: Fri, 17 Nov 2023 19:16:42 +0100 Subject: [PATCH] Remove unknown parameters. --- YSI_Server/y_decorator/y_decorator_entry.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YSI_Server/y_decorator/y_decorator_entry.inc b/YSI_Server/y_decorator/y_decorator_entry.inc index 98a2394f..d86115f8 100644 --- a/YSI_Server/y_decorator/y_decorator_entry.inc +++ b/YSI_Server/y_decorator/y_decorator_entry.inc @@ -86,11 +86,11 @@ Optional plugins: #define DECORATOR___NUM(%9,%9,%5)%8$(%1)(%6)(%7) %8$(%1)(%6i)(%7,%5) #define DECORATOR___END(%0)%8$(%1)(%6)(,%7)(%2)(%3) %2:%8$(%3)(_:)(%0)(%1)(%6)(%7) -#define DECORATOR___NUL(%0)%8$()()()(%2)(%3) %2:%8$(%3)(_:)(%0)(%1)()() +#define DECORATOR___NUL(%0)%8$()()()(%2)(%3) %2:%8$(%3)(_:)(%0)()()() #define DECORATOR___END_TAG(%5,%0)%8$(%1)(%6)(,%7)(%2)(%3) %2:%8$(%3)(%5)(%0)(%1)(%6)(%7) -#define DECORATOR___NUL_TAG(%5,%0)%8$()()()(%2)(%3) %2:%8$(%3)(%5)(%0)(%1)()() +#define DECORATOR___NUL_TAG(%5,%0)%8$()()()(%2)(%3) %2:%8$(%3)(%5)(%0)()()() #define DECORATOR___END_VOD(%0)%8$(%1)(%6)(,%7)(%2)(%3) %2:%8$(%3)(void:)(%0)(%1)(%6)(%7) -#define DECORATOR___NUL_VOD(%0)%8$()()()(%2)(%3) %2:%8$(%3)(void:)(%0)(%1)()() +#define DECORATOR___NUL_VOD(%0)%8$()()()(%2)(%3) %2:%8$(%3)(void:)(%0)()()()