(C) 1998 AROS - The Amiga Research OS
struct TagItem *tagList, *tagListClone; \* Set up the original taglist tagList *\ tagListClone = CloneTagItems( tagList ); \* Do what you want with your TagList here *\ FreeTagItems( tagListClone );
Renamed utility_intern.h to intern.h.
Added parens to all assignments which are used truth expressions