gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/vm action.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/server/vm action.h
Date: Mon, 03 Sep 2007 23:52:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/03 23:52:07

Modified files:
        server/vm      : action.h 

Log message:
        #ifdef __sgi

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/action.h?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: action.h
===================================================================
RCS file: /sources/gnash/gnash/server/vm/action.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- action.h    3 Sep 2007 23:49:11 -0000       1.8
+++ action.h    3 Sep 2007 23:52:07 -0000       1.9
@@ -38,7 +38,10 @@
 #include "smart_ptr.h"
 
 #include <cwchar>
-__SGI_LIBC_USING_FROM_STD(va_list) 
+
+#ifdef __sgi
+       __SGI_LIBC_USING_FROM_STD(va_list) 
+#endif
 
 namespace gnash {
        class sprite_instance;




reply via email to

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