summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index da91b53a02..6d04f4175e 100644
--- a/parse.y
+++ b/parse.y
@@ -3409,6 +3409,7 @@ opt_block_param : none
block_param_def : '|' opt_bv_decl '|'
{
+ current_arg = 0;
/*%%%*/
$$ = 0;
/*%
@@ -3427,6 +3428,7 @@ block_param_def : '|' opt_bv_decl '|'
}
| '|' block_param opt_bv_decl '|'
{
+ current_arg = 0;
/*%%%*/
$$ = $2;
/*%