aboutsummaryrefslogtreecommitdiff
path: root/src/libString/s_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libString/s_parse.c')
-rw-r--r--src/libString/s_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libString/s_parse.c b/src/libString/s_parse.c
index 376a41e2..bcf2aef9 100644
--- a/src/libString/s_parse.c
+++ b/src/libString/s_parse.c
@@ -2,6 +2,7 @@
#include <libc.h>
#include "libString.h"
+#undef isspace
#define isspace(c) ((c)==' ' || (c)=='\t' || (c)=='\n')
/* Get the next field from a String. The field is delimited by white space,