Commit 11218220 112182204cbd90918be7197066939a01b1e95270 by Sergey Poznyakoff

(yyparse): Forward declaration.

1 parent fd21a8ea
......@@ -324,7 +324,9 @@ pop_source ()
context_stack = ctx;
return 0;
}
extern int yyparse __P((void));
%}
WS [ \t]+
WORD [^ \t\n,:;<+=\*]+
......