* copyright.sh: Clarify error.
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 889ef9193fe89f26d9f76d9e8f0f3a99ff667a48..0916e866c3dbf94443112949979b209e89127629 100644 (file)
@@ -1,7 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright 2003, 2004, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.
 
@@ -19,7 +18,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* Note that malloc's and realloc's in this file are transformed to
    xmalloc and xrealloc respectively by the same sed command in the
@@ -1498,7 +1498,7 @@ parse_escape (const char **string_ptr)
          return i;
        }
       default:
-       return target_char;
+       return c;
       }
 }
 
This page took 0.029605 seconds and 4 git commands to generate.