rename NodeTypeStructDecl to NodeTypeContainerDecl

This commit is contained in:
Andrew Kelley
2016-07-17 16:30:41 -07:00
parent 3971bf3d72
commit 425c0ffa01
7 changed files with 25 additions and 25 deletions

View File

@@ -1269,7 +1269,7 @@ static bool eval_expr(EvalFn *ef, AstNode *node, ConstExprValue *out) {
case NodeTypeGoto:
case NodeTypeBreak:
case NodeTypeContinue:
case NodeTypeStructDecl:
case NodeTypeContainerDecl:
case NodeTypeStructField:
case NodeTypeStructValueField:
case NodeTypeArrayType: