fix some compiler warnings
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user