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>
This commit is contained in:
parent
f5d94e3e41
commit
a9a6c86f12
99 changed files with 1711 additions and 1709 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "sj_rename.h"
|
||||
#include "sj_typedef.h"
|
||||
|
||||
u_char taipri[7][45] = {
|
||||
unsigned char taipri[7][45] = {
|
||||
|
||||
{ 0, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
||||
4, 4, 3, 3, 3, 3, 3, 3, 0, 0,
|
||||
|
|
@ -78,7 +78,7 @@ u_char taipri[7][45] = {
|
|||
|
||||
|
||||
|
||||
u_char sttpri[5][31] = {
|
||||
unsigned char sttpri[5][31] = {
|
||||
|
||||
{ 0, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||||
7, 7, 2, 4, 4, 4, 4, 4, 0, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue