[jnh-cvs 436] CVS update: jnethack/util

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 3月 5日 (土) 21:58:53 JST


Index: jnethack/util/makedefs.c
diff -u jnethack/util/makedefs.c:1.15 jnethack/util/makedefs.c:1.16
--- jnethack/util/makedefs.c:1.15	Thu Mar  3 23:54:57 2005
+++ jnethack/util/makedefs.c	Sat Mar  5 21:58:53 2005
@@ -1774,7 +1774,7 @@
 	qt_line = 0;
 	in_msg = FALSE;
 
-#If 0 /*JP*/
+#if 0 /*JP*/
 	while (fgets(in_line, 80, ifp) != 0) {
 #else
 	while (fgets(in_line, sizeof in_line, ifp) != 0) {
@@ -1791,7 +1791,7 @@
 	in_msg = FALSE;
 	adjust_qt_hdrs();
 	put_qt_hdrs();
-#If 0 /*JP*/
+#if 0 /*JP*/
 	while (fgets(in_line, 80, ifp) != 0) {
 #else
 	while (fgets(in_line, sizeof in_line, ifp) != 0) {


Jnethack-cvs メーリングリストの案内
Back to archive index