diff -r 6c78cc6bd7a6 -r db8640a38faf Source/GGBUtils.h --- a/Source/GGBUtils.h Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/GGBUtils.h Thu Jul 31 20:01:26 2008 -0700 @@ -20,6 +20,11 @@ */ +#ifndef Warn +#define Warn(MSG,...) NSLog(@"WARNING: " #MSG,__VA_ARGS__) +#endif + + /** Handy utility for assigning a new value to a retained instance variable. Use as: setObj(&_instanceVar, newValue); It releases the old value and retains the new one. */