CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/02 00:38:20

Modified files:
        .              : ChangeLog 
        libbase        : utility.cpp 

Log message:
        Use boost/cstdint.hpp instead of stdint.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4186&r2=1.4187
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utility.cpp?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4186
retrieving revision 1.4187
diff -u -b -r1.4186 -r1.4187
--- ChangeLog   2 Sep 2007 00:12:47 -0000       1.4186
+++ ChangeLog   2 Sep 2007 00:38:19 -0000       1.4187
@@ -13,6 +13,8 @@
 2007-09-01 Markus Gothe <[EMAIL PROTECTED]> 
 
        * macros/boost.m4: push/pop CXXFLAGS/CPPFLAGS.
+       * libbase/utility.h: Fixed a C++98/C99 incompt. error
+       * libbase/utility.cpp: Use boost/cstdint.hpp instead of stdint.h.
 
 2007-09-01 Sandro Santilli <[EMAIL PROTECTED]>
 

Index: libbase/utility.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/utility.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- libbase/utility.cpp 23 Jul 2007 22:07:59 -0000      1.16
+++ libbase/utility.cpp 2 Sep 2007 00:38:20 -0000       1.17
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include <stdint.h> // for int16_t
+#include <boost/cstdint.hpp> // for int16_t
 #include <cstring> // for memcpy
 
 


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

Reply via email to