fixed bug 465
[org.ibex.core.git] / src / org / ibex / js / Lexer.java
index 5aab728..ac6f6e1 100644 (file)
@@ -43,7 +43,7 @@ class Lexer implements Tokens {
     protected String string = null;
 
     /** the line number of the most recently <i>lexed</i> token */
-    private int line = 0;
+    protected int line = 0;
 
     /** the line number of the most recently <i>parsed</i> token */
     protected int parserLine = 0;