freebsd-ports/lang/spidermonkey/files/patch-jslock.c
OKAZAKI Tetsurou a4c5e709a7 Updates the port to Javascript 1.7.
Much thanks to Bernhard Fröhlich for doing the heavy lifting.

PR:		125191
Submitted by:	maintainer
2008-07-08 18:03:31 +00:00

13 lines
227 B
C

--- jslock.c 2007-03-29 23:55:35.000000000 +0200
+++ jslock.c 2008-06-19 16:08:19.000000000 +0200
@@ -224,7 +224,9 @@
#endif
}
+#ifndef NSPR_LOCK
static void js_Dequeue(JSThinLock *);
+#endif
#ifdef DEBUG_SCOPE_COUNT