openbsd-ports/lang/spidermonkey/patches/patch-src_jspubtd_h
martynas f2cc6c9271 update to spidermonkey-1.7.0v0. from Benoit Chesneau with couple
of tweaks from naddy@ and myself.
full bulk build done by naddy@ and jasper@
ok naddy@
2009-05-05 21:01:55 +00:00

13 lines
516 B
Plaintext

$OpenBSD: patch-src_jspubtd_h,v 1.3 2009/05/05 21:01:55 martynas Exp $
--- src/jspubtd.h.orig Sat Jun 23 02:13:21 2007
+++ src/jspubtd.h Sun May 3 23:07:02 2009
@@ -616,7 +616,7 @@ typedef const JSErrorFormatString *
typedef JSBool
(* JS_DLL_CALLBACK JSArgumentFormatter)(JSContext *cx, const char *format,
JSBool fromJS, jsval **vpp,
- va_list *app);
+ va_list app);
#endif
typedef JSBool