X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fjs%2FLexer.java;h=dfc83e010888b16cbd2087ea242da09f219ecf4f;hb=395d61dea4f5f7b22120e8b0b3fd9b75351c0a98;hp=92cb4a6275e5aea0807f1faccc32c5e6f258c5ef;hpb=fbebf63272b8bc2f7c16f0ffe460ac27fa0cad1a;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; }