bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] yesno patch to assume C89 or better


From: Jim Meyering
Subject: Re: [Bug-gnulib] yesno patch to assume C89 or better
Date: Wed, 10 Sep 2003 16:40:25 +0200

Bruno Haible <address@hidden> wrote:
> May I commit this patch, Jim?
>
>       * lib/yesno.c: Include <stdlib.h> unconditionally.
>       (rpmatch): Add prototype.
>       * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.

Yes.  Thanks again.
One nit: I prefer to write the declaration this way:
  extern int rpmatch (char const *response);

...
> ! extern int rpmatch (const char *response);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]