negative 0 change merged

porten at froglogic.com porten at froglogic.com
Thu Oct 23 11:43:02 CEST 2003


On Wed, 22 Oct 2003, Maciej Stachowiak wrote:

> Just to follow up, I merged the negative 0 and 64 bit changes from
> kjs/simple_number.h. No diffs in the file now between kdelibs and
> JavaScriptCore TOT.

Note that Adrian Schroeter and Michael Matz of SuSE also fixed a 64 bit
issue in dtoa.cpp. The summary is

--- dtoa.cpp    7 Oct 2003 22:36:58 -0000       1.5
+++ dtoa.cpp    7 Oct 2003 23:10:22 -0000       1.6
@@ -184,7 +184,7 @@


 #ifndef Long
-#define Long long
+#define Long int
 #endif
 #ifndef ULong
 typedef unsigned Long ULong;

I think.

Harri.



More information about the Khtml-devel mailing list