2003/05/04 04:00:49
[org.ibex.core.git] / src / org / xwt / js / Lexer.java
index 92cb4a6..dfc83e0 100644 (file)
@@ -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;
     }