0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/motif/tools-wml-wmlparse.y.patch
Tee KOBAYASHI 28a5a46243 motif: Fix build for Clang 16
%ci:no-build
2023-04-13 04:18:27 +09:00

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 *);
+
%}