diff options
Diffstat (limited to 'src/derives.c')
-rw-r--r-- | src/derives.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/derives.c b/src/derives.c index 24fde5d2..2e4ff31b 100644 --- a/src/derives.c +++ b/src/derives.c @@ -1,7 +1,7 @@ /* Match rules with nonterminals for bison, - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003 Free Software - Foundation, Inc. + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,7 +20,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - +#include <config.h> #include "system.h" #include "getargs.h" |