X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=entity.c;h=a31b8865e6ba9bdbe478e8e9806ef636a21ee1bd;hb=186d5bcc3728b067e243cf45171d4f037f0ead3e;hp=c5c2e0820bbea730387900f48066d44b08520db9;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/entity.c b/entity.c index c5c2e08..a31b886 100644 --- a/entity.c +++ b/entity.c @@ -29,6 +29,7 @@ const char *get_entity_kind_name(entity_kind_t kind) case ENTITY_VARIABLE: return "variable"; case ENTITY_PARAMETER: return "parameter"; case ENTITY_COMPOUND_MEMBER: return "compound member"; + case ENTITY_CLASS: return "class"; case ENTITY_STRUCT: return "struct"; case ENTITY_UNION: return "union"; case ENTITY_ENUM: return "enum";