From ab0cd1f1deac90724156568dd4606d7f9190b81d Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Tue, 25 Nov 2014 00:39:42 +0100 Subject: [PATCH] Funnier function declaration. --- Monicelli.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monicelli.y b/Monicelli.y index f1067c3..2eae224 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -54,7 +54,7 @@ fun_decls: /* epsilon */ | fun_decls fun_decl ; fun_decl: - FUNDECL ID args COMMA statements + FUNDECL ID args FUN_END statements ; args: /* epsilon */ | PARAMS arglist