remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR

This commit is contained in:
nhmall
2019-07-14 18:15:49 -04:00
107 changed files with 2476 additions and 2505 deletions
+2 -2
View File
@@ -374,7 +374,7 @@ attempt_restore:
return 0;
}
STATIC_OVL void
static void
process_options(argc, argv)
int argc;
char *argv[];
@@ -555,7 +555,7 @@ char *argv[];
}
}
STATIC_OVL void
static void
nhusage()
{
char buf1[BUFSZ], buf2[BUFSZ], *bufptr;