Browse Source

* finally is an "endtoken" as well

florian 21 years ago
parent
commit
fe54af8f82
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/pbase.pas

+ 5 - 2
compiler/pbase.pas

@@ -35,7 +35,7 @@ interface
     const
     const
        { tokens that end a block or statement. And don't require
        { tokens that end a block or statement. And don't require
          a ; on the statement before }
          a ; on the statement before }
-       endtokens = [_SEMICOLON,_END,_ELSE,_UNTIL,_EXCEPT];
+       endtokens = [_SEMICOLON,_END,_ELSE,_UNTIL,_EXCEPT,_FINALLY];
 
 
        { true, if we are after an assignement }
        { true, if we are after an assignement }
        afterassignment : boolean = false;
        afterassignment : boolean = false;
@@ -271,7 +271,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.28  2004-06-20 08:55:30  florian
+  Revision 1.29  2004-08-08 12:06:38  florian
+    * finally is an "endtoken" as well
+
+  Revision 1.28  2004/06/20 08:55:30  florian
     * logs truncated
     * logs truncated
 
 
   Revision 1.27  2004/02/21 20:10:27  daniel
   Revision 1.27  2004/02/21 20:10:27  daniel