Mercurial > hg > xemacs-beta
diff src/cm.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 2923009caf47 |
line wrap: on
line diff
--- a/src/cm.c Mon Aug 13 11:33:40 2007 +0200 +++ b/src/cm.c Mon Aug 13 11:35:02 2007 +0200 @@ -33,14 +33,8 @@ #define EXPENSIVE 2000 -#ifdef __cplusplus -extern "C" { -#endif -extern char *tgoto (CONST char *cm, int hpos, int vpos); -extern void tputs (CONST char *, int, void (*)(int)); -#ifdef __cplusplus -} -#endif +EXTERN_C char *tgoto (const char *cm, int hpos, int vpos); +EXTERN_C int tputs (const char *, int, void (*)(int)); static void cmgoto_for_real (struct console *c, int row, int col);