mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Use CONFIG_ECMASCRIPT_SMJS in favour of CONFIG_SPIDERMONKEY, specificity!
This commit is contained in:
committed by
Jonas Fonseca
parent
dcc07a7f68
commit
4570c4976e
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#ifdef CONFIG_ECMASCRIPT_SEE
|
#ifdef CONFIG_ECMASCRIPT_SEE
|
||||||
#include "ecmascript/see.h"
|
#include "ecmascript/see.h"
|
||||||
#elif defined(CONFIG_SPIDERMONKEY)
|
#elif defined(CONFIG_ECMASCRIPT_SMJS)
|
||||||
#include "ecmascript/spidermonkey.h"
|
#include "ecmascript/spidermonkey.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ ecmascript_timeout_dialog(struct terminal *term, int max_exec_time)
|
|||||||
static struct module *ecmascript_modules[] = {
|
static struct module *ecmascript_modules[] = {
|
||||||
#ifdef CONFIG_ECMASCRIPT_SEE
|
#ifdef CONFIG_ECMASCRIPT_SEE
|
||||||
&see_module,
|
&see_module,
|
||||||
#elif defined(CONFIG_SPIDERMONKEY)
|
#elif defined(CONFIG_ECMASCRIPT_SMJS)
|
||||||
&spidermonkey_module,
|
&spidermonkey_module,
|
||||||
#endif
|
#endif
|
||||||
NULL,
|
NULL,
|
||||||
|
Reference in New Issue
Block a user