From cd2b24dfc45c4b115ace6d17ab0237511fef3d66 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Feb 2008 10:30:42 +0000 Subject: - added doc on how expressions will work - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros --- obj-types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'obj-types.h') diff --git a/obj-types.h b/obj-types.h index 66dc4143..68f565dd 100644 --- a/obj-types.h +++ b/obj-types.h @@ -61,9 +61,10 @@ typedef enum { /* IDs of known object "types/classes" */ OBJstrm = 2, OBJwtp = 3, OBJwti = 4, - OBJqueue = 5 /* remeber to UPDATE OBJ_NUM_IDS (below) if you add one! */ + OBJqueue = 5, + OBJexpr = 6 /* remeber to UPDATE OBJ_NUM_IDS (below) if you add one! */ } objID_t; -#define OBJ_NUM_IDS 6 +#define OBJ_NUM_IDS 7 typedef enum { /* IDs of base methods supported by all objects - used for jump table, so * they must start at zero and be incremented. -- rgerahrds, 2008-01-04 -- cgit v1.2.3