aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorJoakim Verona2012-05-22 08:52:40 +0200
committerJoakim Verona2012-05-22 08:52:40 +0200
commit207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (patch)
tree1940ab855db68a26de26d8d98223be6c4df00df8 /src/termcap.c
parentf65ef7eab4132e1de79355660b78878d23038110 (diff)
parentcb1f695c7355c7b19dd79c8c2aa704a19fcfafa7 (diff)
downloademacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.tar.gz
emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.zip
upstream
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