Fix implicit prototype in src/io/exit-panic.c
The For2.2.2-Refactoring-implicit-prototypes branch on the hengbandforosx project, https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/tree/For2.2.2-Refactoring-implicit-prototypes/ , has a one-line change to src/io/exit-panic.c to avoid a compiler warning from clang about no prototype for disturb(). I've also attached the change as a patch for the For2.2.2-Refactoring branch.
以下のコミットをcherry-pickすればOKのようです
お手数ですがFor2.2.2-Refactoringブランチで直接適用をお願いします
https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/commits/27a0a92cffa57c04fa98446744ba86de224ffec9
リモートからマージしました。チケット完了します。
The For2.2.2-Refactoring-implicit-prototypes branch on the hengbandforosx project, https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/tree/For2.2.2-Refactoring-implicit-prototypes/ , has a one-line change to src/io/exit-panic.c to avoid a compiler warning from clang about no prototype for disturb(). I've also attached the change as a patch for the For2.2.2-Refactoring branch.