Fix implicit declaration and default return type build warnings
[filters.git] / ky00te.dir / ky00te.yacc
index 4254394bcfb1c9761eb56e3c649cf28925c2eb6f..50e21821abac3acafc497d324b3d9efb61747734 100644 (file)
@@ -1,9 +1,12 @@
 %{
 
 #include <stdio.h>
+#include <stdlib.h>
 typedef int INT;
 
 #define YYSTYPE INT
+extern int yylex (void);
+int yyerror(char*);
 
 %}
 
This page took 0.011343 seconds and 4 git commands to generate.