X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fcm.c;h=3e5fa89fa68a27e0668885ec75248eaf08caf366;hb=975655e6b5b1526ee82b159b3eadf69888c42090;hp=c0dfd091191f8fa82dd7b9dd8840e33941d8e0c8;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/cm.c b/src/cm.c index c0dfd09..3e5fa89 100644 --- a/src/cm.c +++ b/src/cm.c @@ -36,8 +36,8 @@ Boston, MA 02111-1307, USA. */ #ifdef __cplusplus extern "C" { #endif -extern char *tgoto (CONST char *cm, int hpos, int vpos); -extern void tputs (CONST char *, int, void (*)(int)); +extern char *tgoto (const char *cm, int hpos, int vpos); +extern void tputs (const char *, int, void (*)(int)); #ifdef __cplusplus } #endif