Allow use of old compiler.
This commit is contained in:
@@ -522,6 +522,7 @@ redist_attr()
|
|||||||
(void)encumber_msg();
|
(void)encumber_msg();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STATIC_OVL
|
||||||
void
|
void
|
||||||
postadjabil(ability)
|
postadjabil(ability)
|
||||||
long *ability;
|
long *ability;
|
||||||
|
|||||||
@@ -2058,7 +2058,7 @@ const char *msg;
|
|||||||
{
|
{
|
||||||
char ctrl;
|
char ctrl;
|
||||||
winid win;
|
winid win;
|
||||||
const char wiz_only_list[] = "EFGIOVW";
|
static const char wiz_only_list[] = "EFGIOVW";
|
||||||
char buf[BUFSZ], buf2[BUFSZ], *expl;
|
char buf[BUFSZ], buf2[BUFSZ], *expl;
|
||||||
|
|
||||||
win = create_nhwindow(NHW_TEXT);
|
win = create_nhwindow(NHW_TEXT);
|
||||||
|
|||||||
+2
-2
@@ -185,7 +185,7 @@ int bufsz;
|
|||||||
{
|
{
|
||||||
char *sp, *op;
|
char *sp, *op;
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
char hexdigits[] = "0123456789ABCDEF";
|
static char hexdigits[] = "0123456789ABCDEF";
|
||||||
|
|
||||||
sp = s;
|
sp = s;
|
||||||
op = callerbuf;
|
op = callerbuf;
|
||||||
@@ -230,7 +230,7 @@ int bufsz;
|
|||||||
{
|
{
|
||||||
char *sp, *op;
|
char *sp, *op;
|
||||||
int k,calc,cnt = 0;
|
int k,calc,cnt = 0;
|
||||||
char hexdigits[] = "0123456789ABCDEF";
|
static char hexdigits[] = "0123456789ABCDEF";
|
||||||
|
|
||||||
sp = s;
|
sp = s;
|
||||||
op = callerbuf;
|
op = callerbuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user