Changeset 746
- Timestamp:
- 06/29/10 18:03:46 (3 years ago)
- Files:
-
- 1 modified
-
apps/iphone/superbook/trunk/LocateThem_Prefix.pch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/LocateThem_Prefix.pch
r474 r746 11 11 //#define DEBUG 12 12 //#define DEBUG_REMOTE 13 14 #ifdef DEBUG 15 #define NVLOG(__NSSTRING, ...) \ 16 NSLog(@"%s[%d] >> " __NSSTRING, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__ ) 17 #else 18 #define NVLOG(__NSSTRING, ...) 19 #endif








