(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
|
@ -47,9 +47,9 @@ struct nwsstr {
|
|||
short ef_type;
|
||||
natid nws_ano; /* "actor" country # */
|
||||
short nws_uid; /* unused */
|
||||
s_char nws_vrb; /* action (verb) */
|
||||
signed char nws_vrb; /* action (verb) */
|
||||
natid nws_vno; /* "victim" country # */
|
||||
s_char nws_ntm; /* number of times */
|
||||
signed char nws_ntm; /* number of times */
|
||||
time_t nws_when; /* time of action */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue