diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-16 22:02:00 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-16 22:02:00 +0000 |
commit | 3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9 (patch) | |
tree | 43a618cb2507489be74cf3b52a18d4be5110fe58 /parsetagx.c | |
parent | tgetstr("Km", &pt) cannot be used to detect is_xterm (diff) | |
download | w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.tar.gz w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.zip |
follow autoconf conventions, #include cleanups
Diffstat (limited to 'parsetagx.c')
-rw-r--r-- | parsetagx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/parsetagx.c b/parsetagx.c index 7e9030b..432d08d 100644 --- a/parsetagx.c +++ b/parsetagx.c @@ -1,6 +1,3 @@ -#ifdef __EMX__ -#include <strings.h> /* for bzero() */ -#endif /* __EMX__ */ #include "fm.h" #include "myctype.h" #include "indep.h" |