tools/pas2c/PascalUnitSyntaxTree.hs
changeset 10111 459bc720cea1
parent 10015 4feced261c68
child 10113 b26c2772e754
--- 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