diff -r 6c78cc6bd7a6 -r 2eb229411d73 Source/GGBUtils.h --- a/Source/GGBUtils.h Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/GGBUtils.h Mon Jul 21 17:32:21 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. */