Add an explicit type for egcs.
This commit is contained in:
parent
7fc121d366
commit
e12a09fbd5
1 changed files with 11 additions and 0 deletions
11
mbone/rat/patches/patch-ab
Normal file
11
mbone/rat/patches/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/ui.c.orig Thu May 22 09:31:59 1997
|
||||
+++ src/ui.c Thu Apr 23 10:21:20 1998
|
||||
@@ -202,7 +202,7 @@
|
||||
eval_check(interp, comm);
|
||||
}
|
||||
|
||||
-static us_active = 0;
|
||||
+static int us_active = 0;
|
||||
|
||||
void
|
||||
ui_info_activate_us(void)
|
Loading…
Reference in a new issue