mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
There is no SEE scripting anymore so fix that conditionnal.
This commit is contained in:
parent
cbb1c5ea23
commit
2965be7721
@ -26,7 +26,7 @@
|
||||
|
||||
/* Error reporting. */
|
||||
|
||||
#if defined(CONFIG_SCRIPTING_RUBY) || defined(CONFIG_SEE) || defined(CONFIG_SCRIPTING_SPIDERMONKEY)
|
||||
#if defined(CONFIG_SCRIPTING_RUBY) || defined(CONFIG_SCRIPTING_SPIDERMONKEY)
|
||||
void
|
||||
report_scripting_error(struct module *module, struct session *ses,
|
||||
unsigned char *msg)
|
||||
|
Loading…
Reference in New Issue
Block a user