From: Richard M. Stallman Date: Thu, 22 Sep 1994 04:11:43 +0000 (+0000) Subject: (cmputc): Return int rather than void. X-Git-Tag: emacs-19.34~6868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d5e692ed8aebbd589be81e682ae561c554bdaed;p=emacs.git (cmputc): Return int rather than void. --- diff --git a/src/cm.h b/src/cm.h index 112bbfd020f..7f61912afa1 100644 --- 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 ();