aboutsummaryrefslogtreecommitdiff
path: root/src/meta1-gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta1-gram.y')
-rw-r--r--src/meta1-gram.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meta1-gram.y b/src/meta1-gram.y
index d39e46c..d9d94d6 100644
--- a/src/meta1-gram.y
+++ b/src/meta1-gram.y
@@ -24,7 +24,7 @@
#include "grecs-locus.h"
int yylex(void);
-int yyerror(char *s);
+int yyerror(char const *s);
static struct grecs_node *parse_tree;
extern int yy_flex_debug;
@@ -191,7 +191,7 @@ opt_sc : /* empty */
%%
int
-yyerror(char *s)
+yyerror(char const *s)
{
grecs_error(&yylloc, 0, "%s", s);
return 0;

Return to:

Send suggestions and report system problems to the System administrator.