gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/sdl.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/sdl.cpp
Date: Fri, 13 Oct 2006 18:42:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/13 18:42:55

Modified files:
        .              : ChangeLog 
        gui            : sdl.cpp 

Log message:
        Removed basename().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1204&r2=1.1205
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdl.cpp?cvsroot=gnash&r1=1.39&r2=1.40

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -b -r1.1204 -r1.1205
--- ChangeLog   13 Oct 2006 18:41:19 -0000      1.1204
+++ ChangeLog   13 Oct 2006 18:42:55 -0000      1.1205
@@ -1,7 +1,7 @@
 2006-10-13 Markus Gothe <address@hidden>
 
        * gui/sdl.cpp, gui/sdl_ogl_glue.cpp: Fixed some #defines that were 
-         reverted.
+         reverted. Removed basename().
 
 2006-10-13 Udo Giacomozzi
 

Index: gui/sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/sdl.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- gui/sdl.cpp 13 Oct 2006 18:41:19 -0000      1.39
+++ gui/sdl.cpp 13 Oct 2006 18:42:55 -0000      1.40
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: sdl.cpp,v 1.39 2006/10/13 18:41:19 nihilus Exp $ */
+/* $Id: sdl.cpp,v 1.40 2006/10/13 18:42:55 nihilus Exp $ */
 
 // XXXbjacques: Screw up the indentation in this file, and you're dead. And by
 //              screw up, I mean not adhering the indentation used throughout
@@ -49,7 +49,6 @@
 
 #if defined(_WIN32) || defined(WIN32)
        #include "getopt_win32.h"
-       #define basename(x) x
 #else
        #include <unistd.h>
 
@@ -65,7 +64,6 @@
 #endif
 
        extern int getopt(int, char *const *, const char *) __THROW;
-       #include <libgen.h> //For POSIX basename().
 #endif
 
 #endif // Win32




reply via email to

[Prev in Thread] Current Thread [Next in Thread]