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

@@ -3253,12 +3253,12 @@ struct permonst _mons2[] = {
#ifndef SPLITMON_1
void NDECL(monst_globals_init); /* in hack.h but we're using config.h */
void monst_globals_init(void); /* in hack.h but we're using config.h */
struct permonst mons[SIZE(mons_init)];
void
monst_globals_init()
monst_globals_init(void)
{
memcpy(mons, mons_init, sizeof(mons));
return;