From: Jim Meyering Date: Wed, 9 Oct 1996 02:29:10 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9cb1cc945d965c1bc8073ff868c203dad2bba8;p=pspp . --- 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));