summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index d31711b68..7b788e3d0 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -2797,7 +2797,8 @@ f_rest_arg : restarg_mark tIDENTIFIER
}
| restarg_mark
{
- $$ = 0;
+ local_add_f(p, 0);
+ $$ = -1;
}
;