]> git.saurik.com Git - cycript.git/commitdiff
Removed 'each' from the list of unconditionally reserved words and changed the minifi...
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2009 03:10:23 +0000 (03:10 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2009 03:10:23 +0000 (03:10 +0000)
Output.cpp
makefile

index d3cf17caa53a0e06c33bf1b255dd5f1e64dd4cf1..26dc81fb1d7e33252ab427c9d46c9b12c9a38944 100644 (file)
@@ -655,8 +655,6 @@ static const char *Reserved_[] = {
 
     "let", "yield",
 
-    "each",
-
     NULL
 };
 
index 87a397ef892f372fc63959dea4f23861db68b1ec..7254af30642946076dd29b62231e8b86013bd07f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -140,7 +140,7 @@ package: $(deb)
 test: $(deb)
        dpkg -i $(deb)
        if [[ -e target.cy ]]; then cycript -c target.cy && echo; fi
-       if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; ls -la jquery.{cyc,mam,yui}.js{,.gz}; fi
+       if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; wc -c jquery.{mam,gcc,cyc,bak,yui}.js; wc -c jquery.{gcc,cyc,bak,mam,yui}.js.gz; fi
        if [[ -e test.cy ]]; then cycript test.cy; fi
 
 .PHONY: all clean extra package control