OSDN Git Service

bool to boolean.
[putex/putex.git] / src / texsourc / subroute.c
index 4185e29..2efc5ab 100644 (file)
@@ -63,7 +63,7 @@ integer zround (double r)
   return i;
 }
 // texk/web2c/lib/eofeoln.c
-bool eoln (FILE * file)
+boolean eoln (FILE * file)
 {
   register int c;