On Tue, Sep 18, 2012 at 5:04 PM, Roumen Petrov wrote: > Daniel Richard G. wrote: >> >> An MSVC6 build fails with the following additional error: >> >> timsort.h(75) : error C2059: syntax error : 'bad suffix on number' >> timsort.h(75) : error C2146: syntax error : missing ')' before identifier >> 'L' >> timsort.h(75) : error C2059: syntax error : ')' >> >> >> (I.e. the compiler doesn't recognize the "ULL" integer-type suffix.) >> >> The attached patch addresses the above, adds testrecurse.exe and the >> standard "make check" suite of tests to the MSVC makefile, and also fixes >> the following (MSVC7.1) warnings: >> >> buf.c(674) : warning C4028: formal parameter 1 different from declaration >> libxml2\timsort.h(71) : warning C4028: formal parameter 1 different from >> declaration >> > Ok It was not tested with so old compilers.
IMO, it should not be. MSVC6 is near dead. I suppose it would depend on if you want to support Windows 95 and before. -- Earnie -- https://sites.google.com/site/earnieboyd _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] https://mail.gnome.org/mailman/listinfo/xml
