tools/PascalUnitSyntaxTree.hs
changeset 6635 c2fa29fe2a58
parent 6626 a447993f2ad7
child 6649 7f78e8a6db69
--- a/tools/PascalUnitSyntaxTree.hs	Sun Feb 05 22:22:46 2012 -0500
+++ b/tools/PascalUnitSyntaxTree.hs	Mon Feb 06 23:17:45 2012 +0400
@@ -99,6 +99,7 @@
     | BTChar
     | BTString
     | BTInt
+    | BTBool
     | BTRecord [(String, BaseType)]
     | BTArray BaseType BaseType
     | BTFunction