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

@@ -73,7 +73,6 @@ Forward(nd, tp)
fw_type->f_type = tp;
}
STATIC
chk_prog_params()
{
/* the program parameters must be global variables of some file type */
@@ -97,7 +96,6 @@ chk_prog_params()
}
}
STATIC
chk_directives()
{
/* check if all forward declarations are defined */