From c7591736b4ae3aed90f6980b4cb23a4dab21d925 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 16 Jan 2017 01:44:47 -0500 Subject: fix array of enums. also render debug info for const vars --- src/analyze.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index 8f127ba00d..e78dea22aa 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -1336,7 +1336,6 @@ static void resolve_struct_type(CodeGen *g, TypeTableEntry *struct_type) { Scope *scope = &struct_type->data.structure.decls_scope->base; - //if (buf_eql_str(&struct_type->name, "Particle")) { BREAKPOINT; } for (size_t i = 0; i < field_count; i += 1) { TypeStructField *type_struct_field = &struct_type->data.structure.fields[i]; TypeTableEntry *field_type = type_struct_field->type_entry; -- cgit v1.2.3