/* 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. */
boundary_set_from_string (boundary *bound, char *loc_str)
{
/* Must search in reverse since the file name field may
- * contain `.' or `:'. */
+ * contain '.' or ':'. */
char *delim = strrchr (loc_str, '.');
aver (delim);
*delim = '\0';