aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorPaul Eggert2012-05-25 11:19:24 -0700
committerPaul Eggert2012-05-25 11:19:24 -0700
commit42b2a986d9d4b7040fb20c90ec0efeffb78e761a (patch)
treed38e7bf5307837f2f38982757f088100de18a64e /src/termcap.c
parente4d81efc58695c19154d5f6733d91172b4c3e5b7 (diff)
parenta8d3cbf75d219d7a249fc0623219511179e959da (diff)
downloademacs-42b2a986d9d4b7040fb20c90ec0efeffb78e761a.tar.gz
emacs-42b2a986d9d4b7040fb20c90ec0efeffb78e761a.zip
Merge from trunk.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 10c195eebe2..61f9d9a31ea 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -30,10 +30,6 @@ Boston, MA 02110-1301, USA. */
30#include "msdos.h" 30#include "msdos.h"
31#endif 31#endif
32 32
33#ifndef NULL
34#define NULL (char *) 0
35#endif
36
37/* BUFSIZE is the initial size allocated for the buffer 33/* BUFSIZE is the initial size allocated for the buffer
38 for reading the termcap file. 34 for reading the termcap file.
39 It is not a limit. 35 It is not a limit.
@@ -661,10 +657,6 @@ gobble_line (int fd, register struct termcap_buffer *bufp, char *append_end)
661 657
662#ifdef TEST 658#ifdef TEST
663 659
664#ifdef NULL
665#undef NULL
666#endif
667
668#include <stdio.h> 660#include <stdio.h>
669 661
670static void 662static void