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:
parent
97f11a9d1f
commit
2d5e692ed8
1 changed files with 1 additions and 1 deletions
2
src/cm.h
2
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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue