/* Locations for Bison
- Copyright (C) 2002, 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2005-2015 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
/* Read the actual line. Don't update the offset, so that we keep a pointer
to the start of the line. */
{
- char c = getc (caret_info.source);
+ int c = getc (caret_info.source);
if (c != EOF)
{
/* Quote the file, indent by a single column. */