lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




Le dim. 19 avr. 2020 à 13:31, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> 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