Why didn't the lack of this break Linux, where I tested?
git-svn-id: svn://10.0.0.236/trunk@74160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cec6947904
commit
5ecfd2355f
@ -41,6 +41,9 @@
|
||||
#include "prcvar.h"
|
||||
#include "jshash.h" /* Added by JSIFY */
|
||||
|
||||
#include "jsprvtd.h" /* for JSScope, etc. */
|
||||
#include "jspubtd.h" /* for JSRuntime, etc. */
|
||||
|
||||
#define Thin_GetWait(W) ((jsword)(W) & 0x1)
|
||||
#define Thin_SetWait(W) ((jsword)(W) | 0x1)
|
||||
#define Thin_RemoveWait(W) ((jsword)(W) & ~0x1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user