diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 40dbc93..22bb4c6 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -1,6 +1,7 @@ /* 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, 2007 Free Software Foundation, Inc. + 1998, 1999, 2000, 2003, 2004, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GDB. |