And more inappropriate use of ## - added to bug 2961 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Tue, 27 Jul 2010 12:51:26 +0100
branchGCC_SURGE
changeset 72 1c7e64c358fe
parent 70 8ba4a4a03bae
And more inappropriate use of ## - added to bug 2961
usbengines/usblocodplugin/inc/debug.h
--- a/usbengines/usblocodplugin/inc/debug.h	Fri Jul 23 12:03:15 2010 +0100
+++ b/usbengines/usblocodplugin/inc/debug.h	Tue Jul 27 12:51:26 2010 +0100
@@ -102,11 +102,11 @@
 // Paramters same as above.
 #define LOG( str ) { RDebug::Printf( "["MODULE_NAME"] %s", str  ); }
 
-#define LOG1( s, v ) { RDebug::Printf( "["MODULE_NAME"] "##s , v ); }
+#define LOG1( s, v ) { RDebug::Printf( "["MODULE_NAME"] " s , v ); }
 
-#define LOG2( s, v1,v2 ) { RDebug::Printf( "["MODULE_NAME"] "##s , v1, v2 ); }
+#define LOG2( s, v1,v2 ) { RDebug::Printf( "["MODULE_NAME"] " s , v1, v2 ); }
 
-#define LOG3( s, v1, v2, v3 ) { RDebug::Printf( "["MODULE_NAME"] "##s , \
+#define LOG3( s, v1, v2, v3 ) { RDebug::Printf( "["MODULE_NAME"] " s , \
         v1, v2, v3); }
 
 inline void LogBuf(const TDesC8& aBuf8)