tools/PascalUnitSyntaxTree.hs
changeset 6827 a0e152e68337
parent 6826 8fadeefdd352
child 6843 59da15acb2f2
--- a/tools/PascalUnitSyntaxTree.hs	Mon Mar 26 17:56:15 2012 +0400
+++ b/tools/PascalUnitSyntaxTree.hs	Mon Mar 26 23:54:12 2012 +0400
@@ -102,10 +102,11 @@
     | BTInt
     | BTBool
     | BTFloat
-    | BTRecord
+    | BTRecord [(String, BaseType)]
     | BTArray BaseType BaseType
     | BTFunction BaseType
     | BTPointerTo BaseType
+    | BTUnresolved String
     | BTSet BaseType
     | BTEnum [String]
     | BTVoid