* Deal with the new flex 2.5.31 as follows:
[filters.git] / ky00te.dir / ky00te.yacc
index ac49c06586da378becda72e0a7121629c4bb908f..4254394bcfb1c9761eb56e3c649cf28925c2eb6f 100644 (file)
@@ -119,7 +119,7 @@ t:  CUTE   { printf("ky00te!"); }
 
 extern char mylval;
 
-void yyerror(char *s) {
+int yyerror(char *s) {
        printf("%s\n",s);
 }
 
This page took 0.00921 seconds and 4 git commands to generate.