summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index a4d1896..821b407 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -974,7 +974,7 @@ extern void line_pinpoint(const char *, int);
extern void format_synerr(const char *, const char *);
extern void synerr(const char *); /* report a syntax error */
extern void format_warn(const char *, const char *);
-extern void warn(const char *); /* report a warning */
+extern void lwarn(const char *); /* report a warning */
extern void yyerror(const char *); /* report a parse error */