From 3bec3ef53e6e54cc94d9ed0142a2304729092282 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 7 Nov 2013 15:37:13 +0100 Subject: emit warning message if output module with msg passing mode runs asynchronously --- grammar/parserif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'grammar/parserif.h') diff --git a/grammar/parserif.h b/grammar/parserif.h index 6c2c1365..21da0950 100644 --- a/grammar/parserif.h +++ b/grammar/parserif.h @@ -6,6 +6,7 @@ int yyparse(); char *cnfcurrfn; void dbgprintf(char *fmt, ...) __attribute__((format(printf, 1, 2))); void parser_errmsg(char *fmt, ...) __attribute__((format(printf, 1, 2))); +void parser_warnmsg(char *fmt, ...) __attribute__((format(printf, 1, 2))); void tellLexEndParsing(void); extern int yydebug; extern int yylineno; -- cgit v1.2.3