aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 5b813b8a5f..3606060e1c 100644
--- a/parse.y
+++ b/parse.y
@@ -2799,7 +2799,7 @@ primary : literal
cur_mid = $<id>3;
/*%
$$ = dispatch3(def, $2, $4, $5);
- class_nest--;
+ in_def--;
cur_mid = $<id>3;
%*/
}