Make SJ4 more portable

This commit is contained in:
Nishi 2026-06-22 05:10:51 +09:00
commit 201d9dba0a
7 changed files with 50 additions and 84 deletions

View file

@ -126,7 +126,6 @@ typedef struct dictfile {
#endif
FILE* fp;
VFile vf;
int fd;
u_char* buffer;
long bufsiz;
@ -144,7 +143,6 @@ typedef struct stdyfile {
int refcnt;
ino_t inode;
FILE* fp;
int fd;
u_char* header;