aboutsummaryrefslogtreecommitdiff
path: root/cad/z88/files/patch-ccos
diff options
context:
space:
mode:
Diffstat (limited to 'cad/z88/files/patch-ccos')
-rw-r--r--cad/z88/files/patch-ccos31
1 files changed, 0 insertions, 31 deletions
diff --git a/cad/z88/files/patch-ccos b/cad/z88/files/patch-ccos
deleted file mode 100644
index 0645220af810..000000000000
--- a/cad/z88/files/patch-ccos
+++ /dev/null
@@ -1,31 +0,0 @@
---- cosm88.c.orig 2014-08-08 23:50:40.000000000 -0400
-+++ cosm88.c 2014-08-08 23:51:03.000000000 -0400
-@@ -71,7 +71,7 @@
-
- extern FR_INT4 ICFLAG,LANG;
-
--extern char ccos[];
-+extern char ccosfile[];
- extern char ci1[];
- extern char ci2[];
- extern char ci3[];
-@@ -109,7 +109,7 @@
- /*----------------------------------------------------------------------
- * COSMOS- File oeffnen
- *---------------------------------------------------------------------*/
--if((fpro= fopen(ccos,"r"))== NULL)
-+if((fpro= fopen(ccosfile,"r"))== NULL)
- {
- wlog88g(0,LOG_NOCOS);
- fclose(fwlo);
---- z88g.c.orig 2014-08-08 23:50:50.000000000 -0400
-+++ z88g.c 2014-08-08 23:51:18.000000000 -0400
-@@ -89,7 +89,7 @@
-
- char cdyn[8] = "z88.dyn";
- char clgd[9] = "z88g.log";
--char ccos[9] = "z88g.cos";
-+char ccosfile[9] = "z88g.cos";
- char cnas[9] = "z88g.nas";
- char cin[8] = "z88g.in";
- char ci1[10] = "z88i1.txt";