summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 6e0e6dc7de..3f0d637eca 100644
--- a/parse.y
+++ b/parse.y
@@ -4092,6 +4092,7 @@ node_assign(lhs, rhs)
case NODE_MASGN:
case NODE_CDECL:
case NODE_CVDECL:
+ case NODE_CVASGN2:
lhs->nd_value = rhs;
break;