Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/8f8cda2b48d1063366302204559c1ed3362656bc
...commit
http://git.netsurf-browser.org/netsurf.git/commit/8f8cda2b48d1063366302204559c1ed3362656bc
...tree
http://git.netsurf-browser.org/netsurf.git/tree/8f8cda2b48d1063366302204559c1ed3362656bc
The branch, master has been updated
via 8f8cda2b48d1063366302204559c1ed3362656bc (commit)
from a8a6098f689a936307ca11cc922a8fc535654007 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=8f8cda2b48d1063366302204559c1ed3362656bc
commit 8f8cda2b48d1063366302204559c1ed3362656bc
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Fix Duktape on AmigaOS3 (thanks to Tygre and Sami)
diff --git a/content/handlers/javascript/duktape/duk_config.h
b/content/handlers/javascript/duktape/duk_config.h
index a3da70a..4a83e77 100644
--- a/content/handlers/javascript/duktape/duk_config.h
+++ b/content/handlers/javascript/duktape/duk_config.h
@@ -2076,7 +2076,7 @@ typedef FILE duk_file;
defined(FP_SUBNORMAL) && defined(FP_NORMAL))
/* Missing some obvious constants. */
#define DUK_F_USE_REPL_ALL
-#elif defined(DUK_F_AMIGAOS) && defined(DUK_F_VBCC)
+#elif defined(DUK_F_AMIGAOS)
/* VBCC is missing the built-ins even in C99 mode (perhaps a header issue) */
#define DUK_F_USE_REPL_ALL
#elif defined(DUK_F_FREEBSD) && defined(DUK_F_CLANG)
-----------------------------------------------------------------------
Summary of changes:
content/handlers/javascript/duktape/duk_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/handlers/javascript/duktape/duk_config.h
b/content/handlers/javascript/duktape/duk_config.h
index a3da70a..4a83e77 100644
--- a/content/handlers/javascript/duktape/duk_config.h
+++ b/content/handlers/javascript/duktape/duk_config.h
@@ -2076,7 +2076,7 @@ typedef FILE duk_file;
defined(FP_SUBNORMAL) && defined(FP_NORMAL))
/* Missing some obvious constants. */
#define DUK_F_USE_REPL_ALL
-#elif defined(DUK_F_AMIGAOS) && defined(DUK_F_VBCC)
+#elif defined(DUK_F_AMIGAOS)
/* VBCC is missing the built-ins even in C99 mode (perhaps a header issue) */
#define DUK_F_USE_REPL_ALL
#elif defined(DUK_F_FREEBSD) && defined(DUK_F_CLANG)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org