Allow use of old compiler.

This commit is contained in:
jwalz
2003-02-18 22:31:12 +00:00
parent 7c937d2186
commit 1d488f4762
3 changed files with 4 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ int bufsz;
{
char *sp, *op;
int cnt = 0;
char hexdigits[] = "0123456789ABCDEF";
static char hexdigits[] = "0123456789ABCDEF";
sp = s;
op = callerbuf;
@@ -230,7 +230,7 @@ int bufsz;
{
char *sp, *op;
int k,calc,cnt = 0;
char hexdigits[] = "0123456789ABCDEF";
static char hexdigits[] = "0123456789ABCDEF";
sp = s;
op = callerbuf;