Re: parse-duration.c - TIME_MAX conflict

2014-06-17 Thread Bruce Korb
On 06/17/14 09:06, Jonas 'Sortie' Termansen wrote: It actually turns out that POSIX has reserved the _MIN and _MAX suffixes for as stated in POSIX 2008 `2.2.2 The Name Space'. It has a nice table with all the POSIX namespace rules that you can view online: http://pubs.opengroup.org/onlinepubs/9

[PATCH] acl: port to gcc -Wredundant-decls

2014-06-17 Thread Paul Eggert
>From a request by Dmitry Antipov in: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html * lib/acl.h (_GL_ACL_H): New macro. Protect entire contents with "#ifndef _GL_ACL_H". --- ChangeLog | 8 lib/acl.h | 5 + 2 files changed, 13 insertions(+) diff --git a/ChangeLo

Re: parse-duration.c - TIME_MAX conflict

2014-06-17 Thread Jonas 'Sortie' Termansen
On 06/15/2014 06:53 PM, Bruce Korb wrote: > I still think that "implementations" need an unambiguously distinct > name space. *_MAX is too greedy. It actually turns out that POSIX has reserved the _MIN and _MAX suffixes for as stated in POSIX 2008 `2.2.2 The Name Space'. It has a nice table with