lua-users home
lua-l archive

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


Nick Trout wrote:
> 
> Think you might have redundant semi-colons after the macros.
> 
> eg.  REGISTER_PROCEDURE_0(A, proc)

Shouldn't those be ignored as null statements?? I wrote not-tolua while
using gcc and it never complained for anything...? Is there any more
info on the type of the syntax error ?

Nikos