X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fjs%2FLexer.java;h=dfc83e010888b16cbd2087ea242da09f219ecf4f;hb=4213a497f7301cda52a721371672dd623121b97e;hp=92cb4a6275e5aea0807f1faccc32c5e6f258c5ef;hpb=c2c4bc697c8b53a582a0e577b2187a07a67c2432;p=org.ibex.core.git diff --git a/src/org/xwt/js/Lexer.java b/src/org/xwt/js/Lexer.java index 92cb4a6..dfc83e0 100644 --- a/src/org/xwt/js/Lexer.java +++ b/src/org/xwt/js/Lexer.java @@ -1,5 +1,4 @@ -// This file was derived from org.mozilla.javascript.TokenStream; it -// is covered by the NPL 1.1. +// Derived from org.mozilla.javascript.TokenStream [NPL] /** * The contents of this file are subject to the Netscape Public @@ -379,7 +378,6 @@ class Lexer { if (op != EOL) twoBack = op; op = _getToken(); } while (op == EOL); // FIXME - //if (op == SEMI) throw new Error(); return op; }