]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 112bbfd020f0ab9f4d6a220be101dcd33d8e3c04..7f61912afa1f19d78de5e4979def63858cc9f6c2 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 ();