diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 520dac46315..cda91774b16 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -1,7 +1,6 @@ /* YACC parser for C expressions, for GDB. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2003, 2004, 2006 - Free Software Foundation, Inc. + 1998, 1999, 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. |