termux-packages/x11-packages/motif/tools-wml-wmlparse.y.patch

13 lines
147 B
Diff

--- a/tools/wml/wmlparse.y
+++ b/tools/wml/wmlparse.y
@@ -54,6 +54,9 @@
#undef NULL
#endif
+int yylex();
+int yyerror(const char *);
+
%}