/* Locations for Bison
- Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
static inline void
boundary_set (boundary *b, const char *f, int l, int c)
{
- b->file = f;
- b->line = l;
- b->column = c;
+ b->file = f;
+ b->line = l;
+ b->column = c;
}
/* Return nonzero if A and B are equal boundaries. */