Remove unused C error reporting code from bison grammar
This commit is contained in:
parent
16680ad801
commit
1e6f601f00
1 changed files with 0 additions and 11 deletions
|
|
@ -18,17 +18,6 @@
|
|||
|
||||
%locations
|
||||
|
||||
%{
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void yyerror(char const * s)
|
||||
{
|
||||
printf("error: %s\n", s);
|
||||
}
|
||||
|
||||
%}
|
||||
|
||||
%code requires {
|
||||
|
||||
#include <pslang/ast/statement.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue