mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 17:40:28 +00:00
13 lines
147 B
Diff
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 *);
|
|
+
|
|
%}
|
|
|
|
|