comparison ChangeLog @ 14368:8c4feb631d74

stdint: omit redundant check for wchar.h * 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 18 Feb 2011 23:18:47 -0800
parents 8c612d3fafe7
children d6400e7c2448
comparison
equal deleted inserted replaced
14367:8c612d3fafe7 14368:8c4feb631d74
1 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 stdint: omit redundant check for wchar.h
4 * m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now
5 always tests whether wchar.h exists, so remove the now-redundant test.
6
1 2011-02-18 Bruno Haible <bruno@clisp.org> 7 2011-02-18 Bruno Haible <bruno@clisp.org>
2 8
3 stdint: Cut dependency to module 'wchar'. 9 stdint: Cut dependency to module 'wchar'.
4 * lib/stdint.in.h: Include wchar.h only when HAVE_WCHAR_H is 1. Also 10 * lib/stdint.in.h: Include wchar.h only when HAVE_WCHAR_H is 1. Also
5 include the necessary prerequisites. 11 include the necessary prerequisites.