aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorJoakim Verona2011-02-05 11:23:09 +0100
committerJoakim Verona2011-02-05 11:23:09 +0100
commit4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch)
tree894801e7308ce4ecc34933f959e28f4b9cff9533 /src/termcap.c
parent13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff)
parent9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff)
downloademacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz
emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 4ad0cee6264..9e64d027640 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -22,9 +22,7 @@ Boston, MA 02110-1301, USA. */
22#include <setjmp.h> 22#include <setjmp.h>
23#include <sys/file.h> 23#include <sys/file.h>
24#include <fcntl.h> 24#include <fcntl.h>
25#ifdef HAVE_UNISTD_H
26#include <unistd.h> 25#include <unistd.h>
27#endif
28 26
29#include "lisp.h" 27#include "lisp.h"
30 28
@@ -715,5 +713,3 @@ tprint (cap)
715 713
716#endif /* TEST */ 714#endif /* TEST */
717 715
718/* arch-tag: c2e8d427-2271-4fac-95fe-411857238b80
719 (do not change this comment) */