From cd9cb1cc945d965c1bc8073ff868c203dad2bba8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 02:29:10 +0000 Subject: [PATCH] . --- lib/getline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/getline.h b/lib/getline.h index f0bdf0f82d..e27da77b37 100644 --- a/lib/getline.h +++ b/lib/getline.h @@ -24,8 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ # define PARAMS(args) args # else # define PARAMS(args) () -# endif /* GCC. */ -# endif /* Not PARAMS. */ +# endif +# endif int getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream)); -- 2.30.2