Don't pretend that stdint.h conforms to C99 if it doesn't define WCHAR_MIN
[pspp] / ChangeLog
index d4c894b21480815f18081cd0e24b16d14e8c0177..cc34fc7d766b1c0c024bb19e5de05622396c1a2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-31  Bruno Haible  <bruno@clisp.org>
+
+       * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
+       are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
+       Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
+
 2007-07-31  Bruno Haible  <bruno@clisp.org>
 
        * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.