(cmputc): Return int rather than void.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 04:11:43 +0000 (04:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 04:11:43 +0000 (04:11 +0000)
src/cm.h

index 112bbfd..7f61912 100644 (file)
--- a/src/cm.h
+++ b/src/cm.h
@@ -162,7 +162,7 @@ extern short ospeed;                /* Output speed (from sg_ospeed) */
 extern int cost;
 extern int evalcost ();
 
-extern void cmputc ();
+extern int cmputc ();
 extern int cmcostinit ();
 extern int cmgoto ();
 extern int Wcm_clear ();