5231a1ae47
* This is ESR (Extended Support Release) version. * Fix security bugs
14 lines
435 B
C
14 lines
435 B
C
$NetBSD: patch-mozilla_js_src_yarr_pcre_pcre.h,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
|
|
|
|
--- mozilla/js/src/yarr/pcre/pcre.h.orig 2012-02-16 10:25:08.000000000 +0000
|
|
+++ mozilla/js/src/yarr/pcre/pcre.h
|
|
@@ -46,7 +46,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include "assembler/wtf/Platform.h"
|
|
#include "jsstr.h"
|
|
#include "jsprvtd.h"
|
|
+#if ENABLE_ASSEMBLER
|
|
#include "jstl.h"
|
|
+#endif
|
|
|
|
typedef jschar UChar;
|
|
typedef JSLinearString UString;
|