Mercurial > emacs
diff src/cm.c @ 107392:a61767ff6672
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 14 Mar 2010 21:56:41 +0000 |
parents | 5a46c741f65e |
children | 2bc9a0c04c87 |
line wrap: on
line diff
--- a/src/cm.c Thu Mar 11 22:42:19 2010 +0200 +++ b/src/cm.c Sun Mar 14 21:56:41 2010 +0000 @@ -33,13 +33,8 @@ /* For now, don't try to include termcap.h. On some systems, configure finds a non-standard termcap.h that the main build won't find. */ - -#if defined HAVE_TERMCAP_H && 0 -#include <termcap.h> -#else extern void tputs P_ ((const char *, int, int (*)(int))); extern char *tgoto P_ ((const char *, int, int)); -#endif #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines use about 2000.... */