ada.editor/src/org/netbeans/modules/ada/editor/lexer/Ada95ASTLexer.java
branchrelease68
changeset 16367 d2820c029d3a
parent 15779 367c7fdb5d23
     1.1 --- a/ada.editor/src/org/netbeans/modules/ada/editor/lexer/Ada95ASTLexer.java	Wed Sep 23 02:06:44 2009 +0200
     1.2 +++ b/ada.editor/src/org/netbeans/modules/ada/editor/lexer/Ada95ASTLexer.java	Sun Aug 22 23:37:11 2010 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -/* The following code was generated by JFlex 1.4.2 on 08/02/09 0.16 */
     1.5 +/* The following code was generated by JFlex 1.4.3 on 07/10/09 11.49 */
     1.6  
     1.7  /*
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.9 @@ -50,9 +50,9 @@
    1.10  
    1.11  /**
    1.12   * This class is a scanner generated by 
    1.13 - * <a href="http://www.jflex.de/">JFlex</a> 1.4.2
    1.14 - * on 08/02/09 0.16 from the specification file
    1.15 - * <tt>C:/hg-repo/release65/contrib/ada.editor/src/org/netbeans/modules/ada/editor/lexer/resources/Ada95ASTLexer.flex</tt>
    1.16 + * <a href="http://www.jflex.de/">JFlex</a> 1.4.3
    1.17 + * on 07/10/09 11.49 from the specification file
    1.18 + * <tt>C:/hg-repo/release67_fixes/contrib/ada.editor/src/org/netbeans/modules/ada/editor/lexer/resources/Ada95ASTLexer.flex</tt>
    1.19   */
    1.20  public class Ada95ASTLexer implements Scanner {
    1.21  
    1.22 @@ -828,6 +828,7 @@
    1.23      zzReader = reader;
    1.24      zzAtBOL  = true;
    1.25      zzAtEOF  = false;
    1.26 +    zzEOFDone  = false;
    1.27      zzEndRead = zzStartRead = 0;
    1.28      zzCurrentPos = zzMarkedPos = zzPushbackPos = 0;
    1.29      yyline = yychar = yycolumn = 0;