(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
|
@ -87,16 +87,6 @@ struct mob_acc_globals {
|
|||
|
||||
typedef unsigned char natid; /* NSC_NATID must match this */
|
||||
|
||||
/*
|
||||
* TODO s_char has to go. Use plain char for characters and strings,
|
||||
* signed char for small integers.
|
||||
*/
|
||||
#ifdef __CHAR_UNSIGNED__
|
||||
typedef signed char s_char;
|
||||
#else
|
||||
typedef char s_char;
|
||||
#endif
|
||||
|
||||
typedef short coord;
|
||||
|
||||
#ifndef bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue