Revision: 7294
http://playerstage.svn.sourceforge.net/playerstage/?rev=7294&view=rev
Author: thjc
Date: 2009-01-24 01:07:34 +0000 (Sat, 24 Jan 2009)
Log Message:
-----------
provide null replacement for __FUNCTION__ if the compiler doesnt provide it
Modified Paths:
--------------
code/player/trunk/rtk2/rtkprivate.h
Modified: code/player/trunk/rtk2/rtkprivate.h
===================================================================
--- code/player/trunk/rtk2/rtkprivate.h 2009-01-24 00:53:15 UTC (rev 7293)
+++ code/player/trunk/rtk2/rtkprivate.h 2009-01-24 01:07:34 UTC (rev 7294)
@@ -10,6 +10,11 @@
#endif
#include <sys/types.h>
+// for compilers which dont define __FUNCTION__
+#ifndef __FUNCTION__
+#define __FUNCTION__ ""
+#endif
+
// Boolean macros
#ifndef TRUE
#define TRUE 1
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit