X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=blobdiff_plain;f=tools%2Fflounder%2FParser.hs;h=5eaab5f5fdc8f7b4f67442d8ba0e84df68afd95f;hp=6d8a5f9bffbe9274c61510085b5f1b9cffa8a644;hb=ec5d45f50fb95103b44dbeb7ecfa8fb59eb6df6b;hpb=323350320021af4b754ef6982676254eee722196 diff --git a/tools/flounder/Parser.hs b/tools/flounder/Parser.hs index 6d8a5f9..5eaab5f 100644 --- a/tools/flounder/Parser.hs +++ b/tools/flounder/Parser.hs @@ -57,7 +57,7 @@ semiSep = P.semiSep lexer symbol = P.symbol lexer natural = P.natural lexer -builtinTypes = map show [UInt8 ..] ++ ["int"] -- int is legacy -AB +builtinTypes = map show [UInt8 ..] ++ ["errval"] ++ ["int"] -- int is legacy -AB -- identifyBuiltin :: [(String, Declaration)] -> String -> TypeRef identifyBuiltin typeDcls typeName =