/[packages]/cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-rhino1_7R2-Token.patch
ViewVC logotype

Contents of /cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-rhino1_7R2-Token.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132331 - (show annotations) (download)
Mon Aug 8 18:26:23 2011 UTC (12 years, 8 months ago) by gil
File size: 453 byte(s)
imported package yuicompressor
1 --- src/org/mozilla/javascript/Token.java 2009-03-22 14:32:26.000000000 +0100
2 +++ src/org/mozilla/javascript/Token.java-gil 2011-08-08 19:09:27.462241351 +0200
3 @@ -258,7 +258,11 @@
4 LETEXPR = 157,
5 WITHEXPR = 158,
6 DEBUGGER = 159,
7 - LAST_TOKEN = 159;
8 +
9 + CONDCOMMENT = 160,
10 + KEEPCOMMENT = 161,
11 +
12 + LAST_TOKEN = 162;
13
14 public static String name(int token)
15 {

  ViewVC Help
Powered by ViewVC 1.1.30