X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=ky00te.dir%2Fky00te.yacc;h=50e21821abac3acafc497d324b3d9efb61747734;hp=4254394bcfb1c9761eb56e3c649cf28925c2eb6f;hb=1d0bdb96036cb18a22bcd57e1a7034ef6c26b140;hpb=391d581f1d17cf7887cc5747fa2750e94615fc57 diff --git a/ky00te.dir/ky00te.yacc b/ky00te.dir/ky00te.yacc index 4254394..50e2182 100644 --- a/ky00te.dir/ky00te.yacc +++ b/ky00te.dir/ky00te.yacc @@ -1,9 +1,12 @@ %{ #include +#include typedef int INT; #define YYSTYPE INT +extern int yylex (void); +int yyerror(char*); %}