diff -r a7aed2eea727 -r 459bc720cea1 tools/pas2c/PascalUnitSyntaxTree.hs --- a/tools/pas2c/PascalUnitSyntaxTree.hs Thu Feb 06 19:05:22 2014 +0100 +++ b/tools/pas2c/PascalUnitSyntaxTree.hs Thu Feb 06 23:02:35 2014 +0400 @@ -28,7 +28,7 @@ | ArrayDecl (Maybe Range) TypeDecl | RecordType [TypeVarDeclaration] (Maybe [[TypeVarDeclaration]]) | PointerTo TypeDecl - | String Integer + | String | Set TypeDecl | FunctionType TypeDecl [TypeVarDeclaration] | DeriveType InitExpression