gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/tu_types.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/tu_types.h
Date: Mon, 03 Sep 2007 22:49:59 +0000

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

Modified files:
        .              : ChangeLog 
        libbase        : tu_types.h 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4203&r2=1.4204
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_types.h?cvsroot=gnash&r1=1.39&r2=1.40

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4203
retrieving revision 1.4204
diff -u -b -r1.4203 -r1.4204
--- ChangeLog   3 Sep 2007 17:37:37 -0000       1.4203
+++ ChangeLog   3 Sep 2007 22:49:58 -0000       1.4204
@@ -62,6 +62,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
 
 2007-09-03 Chad Musick <address@hidden>
 

Index: libbase/tu_types.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_types.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- libbase/tu_types.h  1 Jul 2007 10:54:10 -0000       1.39
+++ libbase/tu_types.h  3 Sep 2007 22:49:58 -0000       1.40
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: tu_types.h,v 1.39 2007/07/01 10:54:10 bjacques Exp $ */
+/* $Id: tu_types.h,v 1.40 2007/09/03 22:49:58 nihilus Exp $ */
 
 #ifndef TU_TYPES_H
 #define TU_TYPES_H
@@ -41,7 +41,7 @@
 typedef unsigned __int64 uint64_t;
 typedef __int64 int64_t;
 #else
-# include <inttypes.h>
+# include <boost/cstdint.hpp>
 
 #ifndef HAVE_FUNCTION
        #ifndef HAVE_func




reply via email to

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