diff -r 6c78cc6bd7a6 -r db7bb080c3d5 Source/GGBUtils.m --- a/Source/GGBUtils.m Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/GGBUtils.m Tue Jul 08 13:12:01 2008 -0700 @@ -25,6 +25,7 @@ #endif +#ifndef _MYUTILITIES_COLLECTIONUTILS_ void setObj( id *variable, id newValue ) { if( *variable != newValue ) { @@ -40,6 +41,7 @@ *variable = [(id)newValue copy]; } } +#endif void DelayFor( NSTimeInterval interval )