]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
glr.cc: fix a clang warning
[bison.git] / src / symtab.c
index 2e0b92015ebbfef1b209bd3eea0bc1169d8fad12..c793288e202968d9b759954db9ba45e71963ce01 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -534,6 +534,7 @@ user_token_number_redeclaration (int num, symbol *first, symbol *second)
   complain_at_indent (second->location, &i,
                       _("user token number %d redeclaration for %s"),
                       num, second->tag);
+  i += SUB_INDENT;
   complain_at_indent (first->location, &i,
                       _("previous declaration for %s"),
                       first->tag);