/* Bison Action Scanner -*- C -*-
- Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
location id_loc;
if (var->hidden_by)
- {
- id = var->hidden_by->id;
- id_loc = var->hidden_by->loc;
- }
+ {
+ id = var->hidden_by->id;
+ id_loc = var->hidden_by->loc;
+ }
else
- {
- id = var->id;
- id_loc = var->loc;
- }
+ {
+ id = var->id;
+ id_loc = var->loc;
+ }
/* Create the explanation message. */
obstack_init (&msg_buf);