lua-users home
lua-l archive

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


> Info 759: header declaration for symbol 'luaX_tokens' defined at (line 37, file
>     llex.c) could be moved from header to module
> Info 765: external 'luaX_tokens' (line 37, file llex.c) could be made static
> 
> These functions could be made static, though there could be reasons to keep them
> external.

Yes. For instance, luaX_tokens is used by my token filter hack and by my
lstrip.