gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash gui/sdl.cpp server/asobj/GMath.h


From: Markus Gothe
Subject: [Gnash-commit] gnash gui/sdl.cpp server/asobj/GMath.h
Date: Thu, 12 Oct 2006 18:16:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/12 18:16:03

Modified files:
        gui            : sdl.cpp 
        server/asobj   : GMath.h 

Log message:
        Lost in among the GNUism

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdl.cpp?cvsroot=gnash&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/GMath.h?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: gui/sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/sdl.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- gui/sdl.cpp 9 Oct 2006 16:05:24 -0000       1.31
+++ gui/sdl.cpp 12 Oct 2006 18:16:03 -0000      1.32
@@ -35,13 +35,14 @@
 // 
 //
 
-/* $Id: sdl.cpp,v 1.31 2006/10/09 16:05:24 bjacques Exp $ */
+/* $Id: sdl.cpp,v 1.32 2006/10/12 18:16:03 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
 #include <cstdio>
+#include <unistd.h>
 #include "gnash.h"
 #include "log.h"
 #include "sdlsup.h"

Index: server/asobj/GMath.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/GMath.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- server/asobj/GMath.h        30 Aug 2006 15:54:18 -0000      1.13
+++ server/asobj/GMath.h        12 Oct 2006 18:16:03 -0000      1.14
@@ -30,7 +30,7 @@
 # undef max
 #endif
 
-#if defined(__sgi) || defined(SGI) || defined(__sgi__)
+#ifndef __GNUC__
        #undef abs
        #undef acos
        #undef asin




reply via email to

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