aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-23 16:17:05 +0000
committerDave Love2000-06-23 16:17:05 +0000
commit0d607c3e009e7e40f30daa35c2bf6360bcb9f4b0 (patch)
tree1692bc2e7e2713725960de9ad85a0ddf3a5cb2a8
parent30ad8f230f36132a1e734c06ad40a71e3ae4d0a8 (diff)
downloademacs-0d607c3e009e7e40f30daa35c2bf6360bcb9f4b0.tar.gz
emacs-0d607c3e009e7e40f30daa35c2bf6360bcb9f4b0.zip
Revert last change.
-rw-r--r--src/cm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cm.c b/src/cm.c
index a84a42ce987..8ab302a6012 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -27,10 +27,6 @@ Boston, MA 02111-1307, USA. */
27 27
28#ifdef HAVE_TERMCAP_H 28#ifdef HAVE_TERMCAP_H
29#include <termcap.h> 29#include <termcap.h>
30#else
31#ifdef HAVE_TERM_H
32#include <term.h>
33#endif
34#endif 30#endif
35 31
36#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines 32#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines