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;


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to