aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-16 22:02:00 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-16 22:02:00 +0000
commit3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9 (patch)
tree43a618cb2507489be74cf3b52a18d4be5110fe58 /regex.c
parenttgetstr("Km", &pt) cannot be used to detect is_xterm (diff)
downloadw3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.tar.gz
w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.zip
follow autoconf conventions, #include cleanups
Diffstat (limited to '')
-rw-r--r--regex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/regex.c b/regex.c
index e926872..27ccdf1 100644
--- a/regex.c
+++ b/regex.c
@@ -10,9 +10,6 @@
#endif /* REGEX_DEBUG */
#include <ctype.h>
#include <gc.h>
-#ifdef __EMX__
-#include <strings.h>
-#endif
#include "fm.h"
#include "regex.h"