(s_char): Remove. Use signed char for small integers, plain char for
characters.
This commit is contained in:
parent
0a3a73cf3d
commit
0c8c169f88
41 changed files with 86 additions and 100 deletions
|
@ -56,7 +56,7 @@ struct ltcomstr {
|
|||
natid proposer; /* country offering */
|
||||
natid proposee; /* country offered to */
|
||||
natid mailee; /* who gets mail about it */
|
||||
s_char op; /* 'a', 'd', or 'p' */
|
||||
char op; /* 'a', 'd', or 'p' */
|
||||
union {
|
||||
struct lonstr l; /* the loan */
|
||||
struct trtstr t; /* the treaty */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue