--- a/tools/PascalParser.hs Mon Mar 26 03:58:03 2012 +0200
+++ b/tools/PascalParser.hs Mon Mar 26 17:56:15 2012 +0400
@@ -189,7 +189,7 @@
comments
return ret
else
- return UnknownType
+ return VoidType
optional $ try $ char ';' >> comments >> string "cdecl"
comments
return $ FunctionType ret vs