Re: [PATCH] stdint: omit redundant check for wchar.h

2011-02-19 Thread Bruno Haible
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

[PATCH] stdint: omit redundant check for wchar.h

2011-02-18 Thread Paul Eggert
* 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