/* 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.
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);