tools/PascalUnitSyntaxTree.hs
changeset 6653 d45b6dbd2ad6
parent 6649 7f78e8a6db69
child 6816 572571ea945e
--- a/tools/PascalUnitSyntaxTree.hs	Tue Feb 07 22:39:36 2012 -0500
+++ b/tools/PascalUnitSyntaxTree.hs	Wed Feb 08 15:49:55 2012 +0400
@@ -105,7 +105,7 @@
     | BTArray BaseType BaseType
     | BTFunction
     | BTPointerTo BaseType
-    | BTSet
+    | BTSet BaseType
     | BTEnum [String]
     | BTVoid
     deriving Show