gdb/
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 62800b8ab118d4ca08983e7e659f830462758e04..b31ea2462c63974f0e06ef4a27be69684cbac565 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
+   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.
@@ -1541,7 +1541,7 @@ yylex (void)
 {
   int c;
   int namelen;
-  const char *tokstart, *tokptr;
+  const char *tokstart;
 
  retry:
   prev_lexptr = lexptr;
This page took 0.0233 seconds and 4 git commands to generate.