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

Modified files:
        .              : ChangeLog 
        server/vm      : action.h 

Log message:
        __SGI_LIBC_USING_FROM_STD(va_list) makes things work on IRIX

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4204
retrieving revision 1.4205
diff -u -b -r1.4204 -r1.4205
--- ChangeLog   3 Sep 2007 22:49:58 -0000       1.4204
+++ ChangeLog   3 Sep 2007 23:49:11 -0000       1.4205
@@ -63,6 +63,7 @@
        * macros/boost.m4: Commented out bogus check and improved the
          checking of BOOST_CFLAGS.
        * libbase/tu_types.h: Use boost/cstdint.hpp instead of inttypes.h
+       * server/vm/action.h: __SGI_LIBC_USING_FROM_STD(va_list)
 
 2007-09-03 Chad Musick <[EMAIL PROTECTED]>
 

Index: server/vm/action.h
===================================================================
RCS file: /sources/gnash/gnash/server/vm/action.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/vm/action.h  7 Jul 2007 03:37:29 -0000       1.7
+++ server/vm/action.h  3 Sep 2007 23:49:11 -0000       1.8
@@ -38,7 +38,7 @@
 #include "smart_ptr.h"
 
 #include <cwchar>
-
+__SGI_LIBC_USING_FROM_STD(va_list) 
 
 namespace gnash {
        class sprite_instance;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to