(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
|
@ -57,7 +57,7 @@ march(void)
|
|||
char *cp = 0;
|
||||
struct lndstr *lnd = 0; /* leader */
|
||||
struct nstr_sect ns;
|
||||
s_char origin;
|
||||
char origin;
|
||||
int dir;
|
||||
int stopping = 0;
|
||||
int skip = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue