(struct ulist): Add abstract reference to types.h to accomodate

the ciruclar reference between struct ulist and union empobj_storage
and struct lndstr.
This commit is contained in:
Ron Koenderink 2006-10-04 01:20:29 +00:00
parent cd8d742392
commit 6b54983932

View file

@ -57,6 +57,7 @@ struct trdstr;
struct trtstr; struct trtstr;
struct comstr; struct comstr;
struct cmndstr; struct cmndstr;
struct ulist;
union empobj_storage; union empobj_storage;