comparison ChangeLog @ 17061:2e351049200b

xstrtol.h: avoid "_Noreturn is not at beginning of declaration" warning * lib/xstrtol.h: Put "_Noreturn" before "void" in declaration, to placate gcc's -Wold-style-declaration.
author Jim Meyering <meyering@redhat.com>
date Thu, 23 Aug 2012 22:02:39 +0200
parents 4c9ad7a11699
children 879fe335e7cb
comparison
equal deleted inserted replaced
17060:4c9ad7a11699 17061:2e351049200b
1 2012-08-23 Jim Meyering <meyering@redhat.com>
2
3 xstrtol.h: avoid "_Noreturn is not at beginning of declaration" warning
4 * lib/xstrtol.h: Put "_Noreturn" before "void" in declaration,
5 to placate gcc's -Wold-style-declaration.
6
1 2012-08-24 Paul Eggert <eggert@cs.ucla.edu> 7 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 doc: do not use @acronym 9 doc: do not use @acronym
4 * doc/inet_ntoa.texi (inet_ntoa): 10 * doc/inet_ntoa.texi (inet_ntoa):
5 * doc/parse-datetime.texi (Seconds since the Epoch) 11 * doc/parse-datetime.texi (Seconds since the Epoch)