]> git.saurik.com Git - bison.git/blobdiff - lib/libiberty.h
.cvsignore fixes to accommodate gnulib changes,
[bison.git] / lib / libiberty.h
index 0acef6f229698610262126d511fc7aae6f00dabd..1867232b61c360a0edfa73be3cb19e21a8bfb1e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Fake libiberty.h for Bison.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,8 +23,6 @@
 #ifndef BISON_LIBIBERTY_H_
 # define BISON_LIBIBERTY_H_ 1
 
-# define PARAMS(X) X
-
 # ifndef __attribute__
 #  if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
 #   define __attribute__(x)