From b960c83725d7e185ac5c6e3c0d6043c7dcd2f556 Mon Sep 17 00:00:00 2001 From: Jacques-Henri Jourdan Date: Sun, 1 Nov 2015 22:32:23 +0100 Subject: Better handling of old-style K&R function declarations: - Added a Cabs.PROTO_OLD constructor to Cabs.decl_type - Refactored the Parser.vy and pre_parser.mly grammars - Rewritten the conversion of old function definitions to new-style --- test/regression/Results/parsing | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/regression/Results') diff --git a/test/regression/Results/parsing b/test/regression/Results/parsing index e69de29b..94923756 100644 --- a/test/regression/Results/parsing +++ b/test/regression/Results/parsing @@ -0,0 +1,10 @@ +2 +3 +4 +5 4.500000 9.000000 +23 +3 +12 13 14 +4 +12 13 14 +4 -- cgit