Fixes #64 issue on nested scoping in non local exists
[jscl.git] / jscl.lisp
index 792461f..86e27a5 100644 (file)
--- a/jscl.lisp
+++ b/jscl.lisp
@@ -73,8 +73,7 @@
   (setq *literal-table* nil)
   (setq *variable-counter* 0
         *gensym-counter* 0
-        *literal-counter* 0
-        *block-counter* 0)
+        *literal-counter* 0)
   (with-open-file (out "jscl.js" :direction :output :if-exists :supersede)
     (write-string (read-whole-file (source-pathname "prelude.js")) out)
     (dolist (input *source*)