X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/0cf3d63b421b88cc05b4ac55af656f84128713f4..78f2acb399b7ee114054076af75a876ea880d96f:/phantasia/io.c diff --git a/phantasia/io.c b/phantasia/io.c index ea61b689..66f23637 100644 --- a/phantasia/io.c +++ b/phantasia/io.c @@ -1,10 +1,11 @@ -/* $NetBSD: io.c,v 1.7 2004/04/07 17:46:47 ross Exp $ */ +/* $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */ /* * io.c - input/output routines for Phantasia */ #include "include.h" +#undef bool #include void @@ -155,7 +156,7 @@ interrupt() int getanswer(choices, def) const char *choices; - bool def; + phbool def; { int ch; /* input */ volatile int loop; /* counter */