summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-01 17:15:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-02 11:55:17 +0900
commitb53900749a969320092b59bc7869808fafc6f2df (patch)
treeaeac49c9715e53d228591301af8351d0d787418b
parent55fa9f4be68ccc295e29c1522e599e58043dab3f (diff)
downloadtdeedu-b5390074.tar.gz
tdeedu-b5390074.zip
Fix FTBFS with gcc 15. This resolves issue 54
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0b13a7b9e0f99415119eef29f05c54a01e5ec90a)
-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';