Skip to content

Commit

Permalink
Remove unknown parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less committed Nov 17, 2023
1 parent 2c8897f commit 0cd1e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions YSI_Server/y_decorator/y_decorator_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)()()()

0 comments on commit 0cd1e9f

Please sign in to comment.