add a sentinal `type' for type counting purposes

This commit is contained in:
Bill Currie 2001-06-04 17:51:39 +00:00
parent 53e9fb65d1
commit 8c92504fd1

View file

@ -34,7 +34,9 @@ typedef enum {
ev_entity,
ev_field,
ev_func,
ev_pointer
ev_pointer,
ev_type_count // not a type, gives number of types
} etype_t;