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: Paul Eggert
Subject: Re: [Bug-gnulib] yesno patch to assume C89 or better
Date: 11 Sep 2003 01:49:37 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I installed the following additional patch to yesno.c.

2003-09-11  Paul Eggert  <address@hidden>

        * yesno (main): Define with a prototype.

Index: lib/yesno.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/yesno.c,v
retrieving revision 1.9
diff -p -u -r1.9 yesno.c
--- lib/yesno.c 10 Sep 2003 14:52:49 -0000      1.9
+++ lib/yesno.c 11 Sep 2003 08:46:12 -0000
@@ -31,7 +31,7 @@
 extern int rpmatch (char const *response);
 
 int
-yesno ()
+yesno (void)
 {
   /* We make some assumptions here:
      a) leading white space in the response are not vital




reply via email to

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