From 6d4996af75214fd6fe601f21a7c7ad041b9b7e99 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Oct 1996 13:40:56 +0000 Subject: [PATCH] . --- lib/linebuffer.h | 8 ++++---- lib/memcasecmp.h | 4 ++-- lib/stripslash.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 6130710a7..17d2829e0 100644 --- a/lib/linebuffer.h +++ b/lib/linebuffer.h @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* A `struct linebuffer' holds a line of text. */ @@ -26,9 +26,9 @@ struct linebuffer #undef PARAMS #if defined (__STDC__) && __STDC__ -# define PARAMS(x) x +# define PARAMS(Args) Args #else -# define PARAMS(x) () +# define PARAMS(Args) () #endif /* Initialize linebuffer LINEBUFFER for use. */ diff --git a/lib/memcasecmp.h b/lib/memcasecmp.h index 32695c119..84c2af09e 100644 --- a/lib/memcasecmp.h +++ b/lib/memcasecmp.h @@ -1,8 +1,8 @@ #undef PARAMS #if defined (__STDC__) && __STDC__ -# define PARAMS(args) args +# define PARAMS(Args) Args #else -# define PARAMS(args) () +# define PARAMS(Args) () #endif int diff --git a/lib/stripslash.c b/lib/stripslash.c index 7890ce98b..53a63618d 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif -- 2.11.0