Fix several bugs

This commit is contained in:
Nishi 2026-06-20 21:16:45 +09:00
commit ef900e7358
9 changed files with 24 additions and 15 deletions

View file

@ -162,6 +162,9 @@ typedef struct sj4context {
JREC* jrec_pool;
CLREC* clrec_free;
CLREC* clrec_pool;
DictFile* dictlink;
StdyFile* stdylink;
} Sj4Context;
#endif