From 8c92504fd14681be8c122c3d602242081cafc687 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 4 Jun 2001 17:51:39 +0000 Subject: [PATCH] add a sentinal `type' for type counting purposes --- include/QF/pr_comp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/QF/pr_comp.h b/include/QF/pr_comp.h index 8f137f519..ac1e930d6 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -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;