summaryrefslogtreecommitdiff
path: root/util/strsep.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-01-11 18:47:38 +0100
committerTor Andersson <tor@ghostscript.com>2005-01-11 18:47:38 +0100
commitf2105f20cbd9ca7e8ebed81e165b296230d997f1 (patch)
tree55d4308ada414abdb86ebcfa46ed77dab259db62 /util/strsep.c
parent4a6def1aebcb61599f9d975e92079aad5bb423c6 (diff)
downloadmupdf-f2105f20cbd9ca7e8ebed81e165b296230d997f1.tar.xz
fix jamfile & co for win32
Diffstat (limited to 'util/strsep.c')
-rw-r--r--util/strsep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/strsep.c b/util/strsep.c
index e3592c2a..e54903ce 100644
--- a/util/strsep.c
+++ b/util/strsep.c
@@ -1,5 +1,3 @@
-#ifdef NEED_STRSEP
-
#include <string.h>
char *strsep(char **stringp, const char *delim)
@@ -11,5 +9,3 @@ char *strsep(char **stringp, const char *delim)
return ret;
}
-#endif
-