[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: why write lua_unlock before lua_lock?
- From: Patrick Donnelly <batrick@...>
- Date: Wed, 27 Jun 2007 10:04:42 -0600
> > 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