From: Paul Eggert Date: Tue, 17 Jun 2003 08:51:57 +0000 (+0000) Subject: (PARAMS): Spell argument as Args, not as X, to avoid warnings from X-Git-Tag: BISON-2_0~245 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e6ce73154c917449fa941a1aa598b348e5bec37b (PARAMS): Spell argument as Args, not as X, to avoid warnings from picky compilers about redefinition of PARAMS. --- 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__