[packages/cproto] - patch to add missing prototype
qboosh
qboosh at pld-linux.org
Mon Mar 24 18:51:49 CET 2025
commit 35d91c2a7461306693112edb3d77e93974991aa9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 24 18:31:38 2025 +0100
- patch to add missing prototype
cproto-proto.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/cproto-proto.patch b/cproto-proto.patch
new file mode 100644
index 0000000..baae13e
--- /dev/null
+++ b/cproto-proto.patch
@@ -0,0 +1,10 @@
+--- cproto-4.7x/grammar.y.orig 2024-12-31 22:04:24.000000000 +0100
++++ cproto-4.7x/grammar.y 2025-03-24 18:22:26.508365821 +0100
+@@ -79,6 +79,7 @@
+ #define YYMAXDEPTH 150
+
+ extern int yylex(void);
++extern int yyparse(void);
+
+ /* declaration specifier attributes for the typedef statement currently being
+ * scanned
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cproto.git/commitdiff/35d91c2a7461306693112edb3d77e93974991aa9
More information about the pld-cvs-commit
mailing list