renamed "conditionalexpr" to "conditional_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:34 +02:00
parent 4c8245036e
commit d58ae72072
3 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ case @expr.kind of
| 8 = @obj_expr
| 9 = @function_expr
| 10 = @seq_expr
| 11 = @conditionalexpr
| 11 = @conditional_expr
| 12 = @newexpr
| 13 = @callexpr
| 14 = @dotexpr