On November 8, 2003 05:47 am, Gerald Pfeifer wrote:
+#if USHRT_MAX > DATE_MAX if( uiIn > DATE_MAX )
Please find a non-#if solution. It's too minor to justify the resulting ugliness.
On Sat, 8 Nov 2003, Dimitrie O. Paun wrote:
+#if USHRT_MAX > DATE_MAX if( uiIn > DATE_MAX )
Please find a non-#if solution. It's too minor to justify the resulting ugliness.
I think you'll like the variant of the patch Alexandre committed last night. :-)
Gerald