Revision: 1741
http://complement.svn.sourceforge.net/complement/?rev=1741&view=rev
Author: complement
Date: 2007-09-24 11:50:50 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
macro for demangle, used for call stack printing
Modified Paths:
--------------
trunk/complement/explore/include/config/_gcc.h
Modified: trunk/complement/explore/include/config/_gcc.h
===================================================================
--- trunk/complement/explore/include/config/_gcc.h 2007-09-24 18:49:09 UTC (rev 1740)
+++ trunk/complement/explore/include/config/_gcc.h 2007-09-24 18:50:50 UTC (rev 1741)
@@ -27,4 +27,6 @@
# define __FIT_NO_INLINE_TEMPLATE_STATIC_INITIALISATION
#endif
+#define __FIT_CPP_DEMANGLE
+
#endif /* __config__gcc_h */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|