summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kiten/xjdxgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/xjdxgen.c b/kiten/xjdxgen.c
index bf4de028..6f0dbe5c 100644
--- a/kiten/xjdxgen.c
+++ b/kiten/xjdxgen.c
@@ -86,7 +86,7 @@ extern char *getenv(const char *name);
/*====function to Load Dictionary and load/create index table=======*/
int main(int argc, char *argv[])
{
- FILE *fp,*fopen();
+ FILE *fp;
uint32_t possav,schi,diclen,indlen;
int i,inwd,cstrp,saving,isc,nodread;
unsigned char c;
@@ -326,7 +326,7 @@ void xjdicrc()
{
unsigned char xjdicdir[PATH_MAX],rcstr[80],*rcwd;
int iex;
- FILE *fm,*fopen();
+ FILE *fm;
iex = 0;
xjdicdir[0] = '\0';