From 53f0bf3fa14febd6e4ec71d3786bd367be4165f5 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Thu, 15 Jul 2004 19:21:35 +0000 Subject: [PATCH] Restore export/import support for 4.x signed script compatibility (249211, r=self). git-svn-id: svn://10.0.0.236/trunk@159272 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/jsconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/jsconfig.h b/mozilla/js/src/jsconfig.h index fae86d3a7f1..44a64d87027 100644 --- a/mozilla/js/src/jsconfig.h +++ b/mozilla/js/src/jsconfig.h @@ -454,7 +454,7 @@ #define JS_HAS_SEQUENCE_OPS 1 /* has array.slice, string.concat */ #define JS_HAS_INITIALIZERS 1 /* has var o = {'foo': 42, 'bar':3} */ #define JS_HAS_OBJ_WATCHPOINT 1 /* has o.watch and o.unwatch */ -#define JS_HAS_EXPORT_IMPORT 0 /* has export fun; import obj.fun */ +#define JS_HAS_EXPORT_IMPORT 1 /* has export fun; import obj.fun */ #define JS_HAS_EVAL_THIS_SCOPE 1 /* Math.eval is same as with (Math) */ #define JS_HAS_TRIPLE_EQOPS 1 /* has === and !== identity eqops */ #define JS_HAS_SHARP_VARS 1 /* has #n=, #n# for object literals */