(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
|
@ -42,7 +42,7 @@ struct lonstr {
|
|||
natid l_loner; /* loan shark */
|
||||
short l_uid;
|
||||
natid l_lonee; /* sucker */
|
||||
s_char l_status; /* loan status */
|
||||
signed char l_status; /* loan status */
|
||||
short l_sell; /* pointer to trade file (unused) */
|
||||
int l_irate; /* interest rate */
|
||||
int l_ldur; /* intended duration */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue