[packages/CocoR] Missing patch

arekm arekm at pld-linux.org
Fri May 8 14:31:24 CEST 2026


commit 573180623bbb10d9306bdee6ffaf96a07ba11952
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri May 8 14:31:07 2026 +0200

    Missing patch

 CocoR-gcc14.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/CocoR-gcc14.patch b/CocoR-gcc14.patch
new file mode 100644
index 0000000..12c929a
--- /dev/null
+++ b/CocoR-gcc14.patch
@@ -0,0 +1,22 @@
+--- a/taste/tc.c
++++ b/taste/tc.c
+@@ -23,7 +23,7 @@
+ static int top;
+ static int base;
+ 
+-extern SemError (int n);
++extern void SemError (int n);
+ 
+ void Emit (int op)
+ { 
+--- a/taste/tl.c
++++ b/taste/tl.c
+@@ -18,7 +18,7 @@
+ 
+ Object topScope = NULL;  /* topmost procedure scope */
+ 
+-extern SemError (int n);
++extern void SemError (int n);
+ 
+ void EnterScope(void)
+ {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CocoR.git/commitdiff/573180623bbb10d9306bdee6ffaf96a07ba11952



More information about the pld-cvs-commit mailing list