Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
We'd like the SpiderMonkey configure script to generate a header file named js-config.h to hold #definitions chosen at configure time that affect the SpiderMonkey API, like JS_THREADSAFE. However, that name is very similar to that of an existing header file, jsconfig.h. This patch renames the existing header file, and updates all references to it.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#include "jsatom.h"
|
||||
#include "jsbool.h"
|
||||
#include "jscntxt.h"
|
||||
#include "jsconfig.h"
|
||||
#include "jsversion.h"
|
||||
#include "jsexn.h"
|
||||
#include "jsfun.h"
|
||||
#include "jsgc.h"
|
||||
|
||||
Reference in New Issue
Block a user