(PARAMS): Spell argument as Args, not as X, to avoid warnings from

picky compilers about redefinition of PARAMS.
This commit is contained in:
Paul Eggert
2003-06-17 08:51:57 +00:00
parent 465b4444e8
commit e6ce73154c

View File

@@ -23,7 +23,7 @@
#ifndef BISON_LIBIBERTY_H_ #ifndef BISON_LIBIBERTY_H_
# define BISON_LIBIBERTY_H_ 1 # define BISON_LIBIBERTY_H_ 1
# define PARAMS(X) X # define PARAMS(Args) Args
# ifndef __attribute__ # ifndef __attribute__
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__