1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(cmputc): Return int rather than void.

This commit is contained in:
Richard M. Stallman 1994-09-22 04:11:43 +00:00
parent 97f11a9d1f
commit 2d5e692ed8

View file

@ -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 ();