]> git.pld-linux.org Git - packages/joe.git/blame - joe-mips.patch
- revision up to 17 (in rw is 16),
[packages/joe.git] / joe-mips.patch
CommitLineData
ce5ccaef 1diff -urN joe.orig/macro.c joe/macro.c
2--- joe.orig/macro.c Thu Dec 22 17:27:27 1994
3+++ joe/macro.c Sun Jun 21 16:12:48 1998
4@@ -464,7 +464,7 @@
5 else return -1;
6 }
7
8-extern int dostaupd;
9+extern volatile int dostaupd;
10
11 int ustop()
12 {
13diff -urN joe.orig/pw.c joe/pw.c
14--- joe.orig/pw.c Thu Oct 6 07:20:35 1994
15+++ joe/pw.c Sun Jun 21 16:13:13 1998
16@@ -75,7 +75,7 @@
17
18 /* When user hits return in a prompt window */
19
20-extern int dostaupd;
21+extern volatile int dostaupd;
22
23 int rtnpw(bw)
24 BW *bw;
25diff -urN joe.orig/scrn.c joe/scrn.c
26--- joe.orig/scrn.c Thu Oct 6 08:10:07 1994
27+++ joe/scrn.c Sun Jun 21 16:13:30 1998
28@@ -1155,7 +1155,7 @@
29 if(amnt==bot-top) msetI(t->updtab+bot-amnt,1,amnt);
30 }
31
32-extern int dostaupd;
33+extern volatile int dostaupd;
34
35 void nredraw(t)
36 SCRN *t;
37diff -urN joe.orig/w.c joe/w.c
38--- joe.orig/w.c Thu Oct 6 07:20:35 1994
39+++ joe/w.c Sun Jun 21 16:14:22 1998
40@@ -240,7 +240,7 @@
41 */
42
43 static int doabort();
44-extern int dostaupd;
45+extern volatile int dostaupd;
46
47 void wfit(t)
48 SCREEN *t;
This page took 0.054102 seconds and 4 git commands to generate.