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
Masanori Ogino
760e20c406 Fix a wrong substitution
Signed-off-by: Masanori Ogino <mogino@acm.org>

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2023-12-10 17:14:16 +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
72254c526f remove register keyword
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-09 20:20:47 +09:00
Masanori Ogino
80ef531e04 Prepare to build sj3
Signed-off-by: Masanori Ogino <mogino@acm.org>
2023-12-07 15:29:59 +09:00
Renamed from sj3/code.c (Browse further)