(C) 1998 AROS - The Amiga Research OS
struct TagItem *orig, clone;
\* TagList orig has some values already *\
clone = CloneTagList( orig );
\* In between here we do something to the TagItems in clone,
but we need to have them restored.
*\
RefreshTagItemClones( clone, orig );
We warned you...
Renamed utility_intern.h to intern.h.
Added parens to all assignments which are used truth expressions