aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/build.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build.y b/src/build.y
index 8cfc526..4190dbc 100644
--- a/src/build.y
+++ b/src/build.y
@@ -241,8 +241,8 @@ func_params:
241 | func_param_list 241 | func_param_list
242 ; 242 ;
243 243
244func_param_list: { bld.xAst.openBranch(); } value 244func_param_list: { bld.xAst.openBranch(); } expr
245 | func_param_list ',' { bld.xAst.openBranch(); } value 245 | func_param_list ',' { bld.xAst.openBranch(); } expr
246 ; 246 ;
247 247
248function: UNDEF '(' { 248function: UNDEF '(' {