Revision: 8314
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8314&view=rev
Author:   rtv
Date:     2009-10-20 17:40:52 +0000 (Tue, 20 Oct 2009)

Log Message:
-----------
attempting to pacify GCC 3 vs 4 over basename() return type

Modified Paths:
--------------
    code/stage/trunk/replace/replace.h

Modified: code/stage/trunk/replace/replace.h
===================================================================
--- code/stage/trunk/replace/replace.h  2009-10-20 16:55:31 UTC (rev 8313)
+++ code/stage/trunk/replace/replace.h  2009-10-20 17:40:52 UTC (rev 8314)
@@ -91,7 +91,9 @@
 #endif // !HAVE_DIRNAME
 
 #if !HAVE_BASENAME
+ #ifndef basename
   const char * basename (const char* filename);
+ #endif
 #else
   #include <libgen.h> // for basename(3)
 #endif // !HAVE_BASENAME


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to