lint (trunk only)

Eliminate a couple of warnings that caused make to quit.
This commit is contained in:
nethack.rankin
2010-01-16 00:51:42 +00:00
parent d80fcaada4
commit 2b905f9162
2 changed files with 2 additions and 1 deletions

View File

@@ -644,7 +644,7 @@ E void FDECL(save_killers, (int,int));
E void FDECL(restore_killers, (int));
E char *FDECL(build_english_list, (char *));
#if defined(PANICTRACE) && !defined(NO_SIGNAL)
E void FDECL(panictrace_setsignals, (boolean));
E void FDECL(panictrace_setsignals, (BOOLEAN_P));
#endif
/* ### engrave.c ### */

View File

@@ -3596,6 +3596,7 @@ dosuspend_core(){
} else
#endif
Norep("Suspend command not available.");
return 0;
}
/*cmd.c*/