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

Log Message:
-----------
removed basename from replace.h as a temporary measure - most platforms have 
it, and its ambiguity was killing builds on common platforms

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

Modified: code/stage/trunk/replace/replace.h
===================================================================
--- code/stage/trunk/replace/replace.h  2009-10-20 18:11:47 UTC (rev 8315)
+++ code/stage/trunk/replace/replace.h  2009-10-20 20:30:56 UTC (rev 8316)
@@ -90,13 +90,6 @@
   #include <libgen.h> // for dirname(3)
 #endif // !HAVE_DIRNAME
 
-  /*
-#if !HAVE_BASENAME
-  const char * basename (const char* filename);
-#else
-  #include <libgen.h> // for basename(3)
-#endif // !HAVE_BASENAME
-  */
 
 #ifdef __cplusplus
 }


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