Le dim. 19 avr. 2020 à 13:31, Luiz Henrique de Figueiredo <
[email protected]> a écrit :
> find in attachment some fixes for minor issues (found with a linter),
About 0003-macro.patch, EXTRAARGC should be used in "c+EXTRAARGC"
instead of "c+EXTRAARG". Thanks for finding this bug.
If this _expression_-like macro is used, it must be parenthesized like this :
#define EXTRAARGC (EXTRAARG*(MAXARG_C+1))
François