Kentaro Shirakata
argra****@users*****
2007年 1月 9日 (火) 23:40:18 JST
Index: jnethack/japanese/jlib.c diff -u jnethack/japanese/jlib.c:1.11 jnethack/japanese/jlib.c:1.12 --- jnethack/japanese/jlib.c:1.11 Sun Jul 31 03:06:37 2005 +++ jnethack/japanese/jlib.c Tue Jan 9 23:40:17 2007 @@ -1,6 +1,6 @@ /* ** -** $Id: jlib.c,v 1.11 2005/07/30 18:06:37 argrath Exp $ +** $Id: jlib.c,v 1.12 2007/01/09 14:40:17 argrath Exp $ ** */ @@ -42,6 +42,10 @@ # endif #endif +#ifdef WIN32_PLATFORM_PSPC +#define putchar(x) {} +#endif + static int output_kcode = OUTPUT_KCODE; static int input_kcode = INPUT_KCODE;