From 2d9d4d7b5fcbb8396355cb22949610d7650a1d43 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 17 Nov 2009 03:10:23 +0000 Subject: [PATCH] Removed 'each' from the list of unconditionally reserved words and changed the minification showdown output. --- Output.cpp | 2 -- makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Output.cpp b/Output.cpp index d3cf17c..26dc81f 100644 --- a/Output.cpp +++ b/Output.cpp @@ -655,8 +655,6 @@ static const char *Reserved_[] = { "let", "yield", - "each", - NULL }; diff --git a/makefile b/makefile index 87a397e..7254af3 100644 --- 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 -- 2.50.0