[Box Backup-commit] COMMIT r1230 - box/chris/merge/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 29 Dec 2006 17:32:21 +0000


Author: chris
Date: 2006-12-29 17:32:21 +0000 (Fri, 29 Dec 2006)
New Revision: 1230

Modified:
   box/chris/merge/lib/common/BoxPlatform.h
Log:
Belay that order, XO (partially revert patch [1229])


Modified: box/chris/merge/lib/common/BoxPlatform.h
===================================================================
--- box/chris/merge/lib/common/BoxPlatform.h	2006-12-29 17:18:17 UTC (rev 1229)
+++ box/chris/merge/lib/common/BoxPlatform.h	2006-12-29 17:32:21 UTC (rev 1230)
@@ -51,8 +51,6 @@
 	#define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
 #endif
 
-	#define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
-
 // Disable memory testing under Darwin, it just doesn't like it very much.
 #ifdef __APPLE__
 	// TODO: We really should get some decent leak detection code.