# HG changeset patch # User Sebastian Brannstrom # Date 1276613290 -3600 # Node ID 037d3521c147a228b3f841185a600030f17a8f3d # Parent e4353a538c0d80638f7eda63a9fb3e2ef2574d29 Bug 2941 - GCC compilation issues with debug macro string expansion fixed diff -r e4353a538c0d -r 037d3521c147 inc/glxlog.h --- a/inc/glxlog.h Fri Jun 11 16:24:09 2010 +0100 +++ b/inc/glxlog.h Tue Jun 15 15:48:10 2010 +0100 @@ -70,7 +70,7 @@ #else // put full file paths off for __FILE__ macro to make the log entries shorter #pragma fullpath_file off*/ - #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " ##cat " : " ##str + #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " cat " : " str // #endif /**