From 2da9bdbb798dcf399fc7fe60730bab1f63925794 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 19:21:12 +0100 Subject: [PATCH] Args are already nullable in function call. --- Monicelli.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monicelli.y b/Monicelli.y index 1fd0c53..97d4de3 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -114,7 +114,7 @@ case_stmt: expression COLON NEWLINE statements ; fun_call: - FUNCALL ID args | FUNCALL ID + FUNCALL ID args ; abort_stmt: ABORT