Commit graph

6 commits

Author SHA1 Message Date
7935e5e7ea Remove Sony RCS tags 2026-06-18 13:45:18 +09:00
d0be6165c0 Format source code 2026-06-18 13:40:31 +09:00
SASANO Takayoshi
a9a6c86f12 replace u_xxxx style, defined <sys/types.h>
replace:
	u_char -> unsigned char
	u_short -> unsigned short
	u_int -> unsigned int
	u_long (not used)

include <sys/types.h> is kept.

dicttool.h:
	fix include guard DICTTOLL -> DICTTOOL

addelcmn.c:unsigned int addel_arg()
deldic.c:unsigned int deldic()
	change u_short err -> unsigned int err (used for return value)

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-10 17:14:16 +09:00
SASANO Takayoshi
db373a736e revise sj_typedef.h
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-10 09:15:43 +09:00
SASANO Takayoshi
72254c526f remove register keyword
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-09 20:20:47 +09:00
Masanori Ogino
f36f0bd805 Build kanakan
Signed-off-by: Masanori Ogino <mogino@acm.org>
2023-12-07 14:22:41 +09:00
Renamed from kanakan/sj2code.c (Browse further)