NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -8,7 +8,7 @@
#include <limits.h>
#endif
static int enermod(int);
staticfn int enermod(int);
long
newuexp(int lev)
@@ -22,7 +22,7 @@ newuexp(int lev)
return (10000000L * ((long) (lev - 19)));
}
static int
staticfn int
enermod(int en)
{
switch (Role_switch) {