Use a null pointer for marking the current position as unreachable again.
[cparser] / entity_t.h
index d6d3702..1af1ce9 100644 (file)
@@ -263,8 +263,6 @@ struct function_t {
 union entity_t {
        entity_kind_t      kind;
        entity_base_t      base;
-       compound_t         structe;
-       compound_t         unione;
        compound_t         compound;
        enum_t             enume;
        enum_value_t       enum_value;