On Saturday 07 October 2006 21:59, Markus Gothe wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Markus Gothe <nihilus> 06/10/07 19:59:14 > > Modified files: > . : ChangeLog > libbase : log.h > > Log message: > Reverted libbase/log.h.
Why? > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1= >1.1067&r2=1.1068 > http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash >&r1=1.25&r2=1.26 > > Patches: > Index: ChangeLog > =================================================================== > RCS file: /sources/gnash/gnash/ChangeLog,v > retrieving revision 1.1067 > retrieving revision 1.1068 > diff -u -b -r1.1067 -r1.1068 > --- ChangeLog 7 Oct 2006 19:53:16 -0000 1.1067 > +++ ChangeLog 7 Oct 2006 19:59:14 -0000 1.1068 > @@ -41,7 +41,6 @@ > * macros/sdl.m4: Fixed finding libpath. > * plugin/plugin.h: Define __FUNCTION__ and __PRETTY_FUNCTION__ if > not. * configure.ac: Check and set #SIZEOF_SIZE_T. > - * libbase/log.h: Fix SIZEOF_UNSIGNED_LONG. > > 2006-10-07 Tomas Groth Christensen <[EMAIL PROTECTED]> > > > Index: libbase/log.h > =================================================================== > RCS file: /sources/gnash/gnash/libbase/log.h,v > retrieving revision 1.25 > retrieving revision 1.26 > diff -u -b -r1.25 -r1.26 > --- libbase/log.h 7 Oct 2006 19:53:16 -0000 1.25 > +++ libbase/log.h 7 Oct 2006 19:59:14 -0000 1.26 > @@ -35,7 +35,7 @@ > // > // > > -/* $Id: log.h,v 1.25 2006/10/07 19:53:16 nihilus Exp $ */ > +/* $Id: log.h,v 1.26 2006/10/07 19:59:14 nihilus Exp $ */ > > #ifndef GNASH_LOG_H > #define GNASH_LOG_H > @@ -52,7 +52,7 @@ > #define TIMESTAMP_LENGTH 24 // timestamp length > #define TIMESTAMP_FORMAT "%Y-%m-%d %H:%M:%S " // timestamp > format > > -#if SIZEOF_SIZE_T == SIZEOF_UNSIGNED_LONG > +#if SIZEOF_SIZE_T == 8 > #define SIZET_FMT "%lu" > #elif SIZEOF_SIZE_T == 4 > #define SIZET_FMT "%u" Bastiaan _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
