Browse Source

* Fixed bug #21252 (range type with identifiers)

git-svn-id: trunk@20864 -
michael 13 years ago
parent
commit
9e5081cd90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-passrc/src/pparser.pp

+ 1 - 1
packages/fcl-passrc/src/pparser.pp

@@ -783,7 +783,7 @@ begin
     stkRange:
       begin
       UnGetToken;
-      Result:=ParseRangeType(Parent,TypeName);
+      Result:=ParseRangeType(Parent,TypeName,False);
       end;
     stkAlias:
       begin