fix some compiler warnings

This commit is contained in:
Michael Stapelberg
2011-02-01 15:43:59 +01:00
parent 8f4b9ddaa4
commit 0238ce3c73
3 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ struct context {
char *line_copy;
const char *filename;
const char *compact_error;
char *compact_error;
/* These are the same as in YYLTYPE */
int first_column;