switch source tree from k&r to c99

This commit is contained in:
nhmall
2021-01-26 21:06:16 -05:00
parent a2a9cb7b4f
commit f963c5aca7
232 changed files with 12099 additions and 17782 deletions

View File

@@ -650,8 +650,8 @@ typedef struct {
* includes config.h instead of hack.h so doesn't see extern.h.
*/
/* ### drawing.c ### */
extern int FDECL(def_char_to_objclass, (CHAR_P));
extern int FDECL(def_char_to_monclass, (CHAR_P));
extern int FDECL(def_char_is_furniture, (CHAR_P));
extern int def_char_to_objclass(char);
extern int def_char_to_monclass(char);
extern int def_char_is_furniture(char);
#endif /* RM_H */