Removed some incorrect STATIC's

This commit is contained in:
ceriel
1991-02-15 14:54:53 +00:00
parent 9595dda6b5
commit 612217f906
4 changed files with 3 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ MarkUsed(nd)
}
}
STATIC int
int
ChkConstant(expp)
register struct node *expp;
{
@@ -175,7 +175,7 @@ ChkValue(expp)
}
#endif
STATIC int
int
ChkLinkOrName(expp)
register struct node *expp;
{