Paul Eggert wrote:
> * m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now
> always tests whether wchar.h exists, so remove the now-redundant test.
Thanks. I missed that.
Btw, the doc is incomplete: In [1] and [2] we found two platforms on which
WCHAR_MIN and WCHAR_MAX are only defined
* m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now
always tests whether wchar.h exists, so remove the now-redundant test.
diff --git a/m4/stdint.m4 b/m4/stdint.m4
index 2b67952..e7d0d07 100644
--- a/m4/stdint.m4
+++ b/m4/stdint.m4
@@ -1,4 +1,4 @@
-# stdint.m4 serial 38
+# stdint.m4 se