Merge pull request #150 from Ben10do/deprecation-positions

Add a warning() function, similiar to other error handlers
This commit is contained in:
AntonioND
2017-04-02 17:03:03 +01:00
committed by GitHub
3 changed files with 21 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ extern void opt_Parse(char *s);
noreturn void fatalerror(const char *fmt, ...);
void yyerror(const char *fmt, ...);
void warning(const char *fmt, ...);
#define YY_FATAL_ERROR fatalerror