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

@@ -3487,7 +3487,7 @@ static LLVMValueRef gen_expr(CodeGen *g, AstNode *node) {
case NodeTypeParamDecl:
case NodeTypeDirective:
case NodeTypeUse:
case NodeTypeStructDecl:
case NodeTypeContainerDecl:
case NodeTypeStructField:
case NodeTypeStructValueField:
case NodeTypeSwitchProng: