revise sj_typedef.h
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
parent
9d9d49ea29
commit
db373a736e
53 changed files with 759 additions and 776 deletions
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
|
||||
|
||||
#define iseocl(p) ( !ClYomiLen(p) || (Uchar *)(p) >= ClStudyTail )
|
||||
#define iseocl(p) ( !ClYomiLen(p) || (u_char *)(p) >= ClStudyTail )
|
||||
|
||||
|
||||
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
#define ClHighNum(p) *(p + CL_NUMH)
|
||||
#define ClLowNum(p) *(p + CL_NUML)
|
||||
#define ClGetNum(p) (ClHighNum(p) * 0x100 + ClLowNum(p))
|
||||
#define ClSetNum(p, n) (ClHighNum(p)=(Uchar)((n) >> 8), ClLowNum(p)=(Uchar)(n))
|
||||
#define ClSetNum(p, n) (ClHighNum(p)=(u_char)((n) >> 8), ClLowNum(p)=(u_char)(n))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue