lua-users home
lua-l archive

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


> > Llimits.h 109-112:
> > #ifndef lua_lock
> > #define lua_lock(L) ((void) 0)
> > #define lua_unlock(L) ((void) 0)
> > #endif

Are these void functions? I haven't been able to figure this out with google :(


-Patrick Donnelly

"One of the lessons of history is that nothing is often a good thing to do and always a clever thing to say."

-Will Durant