X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e6ce73154c917449fa941a1aa598b348e5bec37b..1094323fe42f4bc3bcfd74ad15b5598522e265b2:/lib/libiberty.h diff --git a/lib/libiberty.h b/lib/libiberty.h index ada29587..1867232b 100644 --- a/lib/libiberty.h +++ b/lib/libiberty.h @@ -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(Args) Args - # ifndef __attribute__ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__ # define __attribute__(x)