]> git.saurik.com Git - bison.git/commitdiff
(PARAMS): Spell argument as Args, not as X, to avoid warnings from
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 08:51:57 +0000 (08:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 08:51:57 +0000 (08:51 +0000)
picky compilers about redefinition of PARAMS.

lib/libiberty.h

index 0acef6f229698610262126d511fc7aae6f00dabd..ada295878d5ca7eb87ce5cc3a74e16ff9e5bbf2f 100644 (file)
@@ -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__