|
|
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 |
|
Masanori Ogino
|
d104c6f1c9
|
Unify Const.h, sj_const.h, and sj_const2.h
Signed-off-by: Masanori Ogino <mogino@acm.org>
|
2023-12-08 13:31:21 +09:00 |
|
Masanori Ogino
|
6fa42826a9
|
KNF, SPDX and some other cleanups
Signed-off-by: Masanori Ogino <mogino@acm.org>
|
2023-12-07 20:24:34 +09:00 |
|
Masanori Ogino
|
f7a724a077
|
include, sh3h: Flatten
Signed-off-by: Masanori Ogino <mogino@acm.org>
|
2023-12-07 20:08:38 +09:00 |
|