remove Static by sj_define.h
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
parent
7f3879b60d
commit
f5d94e3e41
6 changed files with 46 additions and 95 deletions
4
fuzoku.c
4
fuzoku.c
|
|
@ -49,7 +49,7 @@ int terminate();
|
|||
|
||||
|
||||
|
||||
Static int fzkstrcmp(yptr, fzkp, saml)
|
||||
static int fzkstrcmp(yptr, fzkp, saml)
|
||||
u_char *yptr;
|
||||
u_char *fzkp;
|
||||
int *saml;
|
||||
|
|
@ -181,7 +181,7 @@ TypeCnct right;
|
|||
new -> kubun = K_TAIGEN;
|
||||
}
|
||||
|
||||
Static int fzkcnct(right, left)
|
||||
static int fzkcnct(right, left)
|
||||
TypeCnct right;
|
||||
TypeCnct left;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue