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:
brendan%mozilla.org 2000-07-13 05:56:28 +00:00
parent cec6947904
commit 5ecfd2355f

View File

@ -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)