/* Declaration for error-reporting function for Bison.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
if (error_one_per_line)
{
static const char *old_infile;
- static unsigned int old_lineno;
+ static int old_lineno;
if (old_lineno == lineno &&
(infile == old_infile || !strcmp (old_infile, infile)))
if (error_one_per_line)
{
static const char *old_infile;
- static unsigned int old_lineno;
+ static int old_lineno;
if (old_lineno == lineno &&
(infile == old_infile || !strcmp (old_infile, infile)))