$OpenBSD: patch-js_src_jsscript_c,v 1.1 2007/03/01 22:46:06 robert Exp $
--- js/src/jsscript.c.orig	Mon Jan 29 10:33:15 2007
+++ js/src/jsscript.c	Wed Feb 28 17:55:24 2007
@@ -1354,8 +1354,6 @@ js_NewScriptFromCG(JSContext *cx, JSCode
         fun->u.i.script = script;
         if (cg->treeContext.flags & TCF_FUN_HEAVYWEIGHT)
             fun->flags |= JSFUN_HEAVYWEIGHT;
-        if (cg->treeContext.flags & TCF_HAS_BLOCKLOCALFUN)
-            fun->flags |= JSFUN_BLOCKLOCALFUN;
     }
 
     /* Tell the debugger about this compiled script. */
