Explorar o código

* Fixed bug #21252 (range type with identifiers)

git-svn-id: trunk@20864 -
michael %!s(int64=13) %!d(string=hai) anos
pai
achega
9e5081cd90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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