]> git.saurik.com Git - bison.git/blobdiff - lib/libiberty.h
Update copyright to 2004.
[bison.git] / 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__