gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase utility.h


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/libbase utility.h
Date: Thu, 19 Jun 2008 11:54:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/06/19 11:54:59

Modified files:
        libbase        : utility.h 

Log message:
                Enable the UB again (I knew I'd forget to do that before
                committing...)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utility.h?cvsroot=gnash&r1=1.65&r2=1.66

Patches:
Index: utility.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utility.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- utility.h   19 Jun 2008 11:49:16 -0000      1.65
+++ utility.h   19 Jun 2008 11:54:59 -0000      1.66
@@ -92,7 +92,7 @@
 // Define this to enable fast float&double to uint32 conversion.
 // If the behaviour is undefined when overflow occurs with your 
 // compiler, disable this macro.
-//#define TRUST_FLOAT_TO_UINT32_CONVERSION  1 
+#define TRUST_FLOAT_TO_UINT32_CONVERSION  1 
 
 // Commonly-used inlined mathematical functions are defined in
 // namespace gnash::utility so that it's clear where they




reply via email to

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