Temporarily disable this entire file because it makes use of a part of

the JSAPI that has changed in the SpiderMonkey140_BRANCH and we need to
land that branch today.
This commit is contained in:
fur%netscape.com 1999-04-27 15:09:06 +00:00
parent 2ef2fc6235
commit a763d03a5e

View File

@ -18,6 +18,16 @@
/* XPConnect JavaScript interactive shell. */
#if 1 // FIXME - fur, Incompatible with new interactive API
int
main(int argc, char **argv)
{
return 0;
}
#else
#include <stdio.h>
#include "nsIXPConnect.h"
#include "nsIXPCScriptable.h"
@ -571,3 +581,5 @@ void Datom(JSAtom *atom) { if (atom) DumpAtom(&atom->entry, 0, gErrFile); }
//void Dxpc(int depth) {Dobj(GetXPConnect(), depth);}
JS_END_EXTERN_C
#endif
#endif // #if 0