declared glbl class to be abstract (saves some housekeeping)

This commit is contained in:
Rainer Gerhards 2008-04-17 11:00:51 +02:00
parent e1791996b8
commit 43a282dd96

View File

@ -36,13 +36,6 @@
extern uchar *glblModPath; /* module load path */
/* the glbl object
* Note: this must be defined to satisfy the interface. We do not
* actually have instance data.*/
typedef struct glbl_s {
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
} glbl_t;
/* interfaces */
BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */