From e6ce73154c917449fa941a1aa598b348e5bec37b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Jun 2003 08:51:57 +0000 Subject: [PATCH] (PARAMS): Spell argument as Args, not as X, to avoid warnings from picky compilers about redefinition of PARAMS. --- lib/libiberty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libiberty.h b/lib/libiberty.h index 0acef6f2..ada29587 100644 --- a/lib/libiberty.h +++ b/lib/libiberty.h @@ -23,7 +23,7 @@ #ifndef BISON_LIBIBERTY_H_ # define BISON_LIBIBERTY_H_ 1 -# define PARAMS(X) X +# define PARAMS(Args) Args # ifndef __attribute__ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ -- 2.50.0