mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
(PARAMS): Spell argument as Args, not as X, to avoid warnings from
picky compilers about redefinition of PARAMS.
This commit is contained in:
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user