lua-users home
lua-l archive

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


Roberto Ierusalimschy wrote:
> > > 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.
> 
> Any other? (If I remember correctly, Mike Pall once asked for something
> similar...)

luaD_seterrorobj() is used by Coco.

--Mike