summaryrefslogtreecommitdiffstats
path: root/src/split.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2026-01-04 15:11:57 +0000
committerPádraig Brady <P@draigBrady.com>2026-01-21 13:51:39 +0000
commit3ec554d4dd76b2560cb03d930b9381bebb3e99ea (patch)
tree91683ead20d0ca6b4132b37fa361779b006d1047 /src/split.c
parentcc002057b3a33d79db6ff3330783e5118b6f4479 (diff)
downloadcoreutils-3ec554d4dd76b2560cb03d930b9381bebb3e99ea.tar.gz
coreutils-3ec554d4dd76b2560cb03d930b9381bebb3e99ea.zip
doc: parse any whitespace as an option/description delimiter
* src/system.c (oputs_): Use isspace() rather than hardcoding. Note we don't use c_isspace() as we need to support anything coming from translations.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index deeff03c3..9878c09f3 100644
--- a/src/split.c
+++ b/src/split.c
@@ -21,7 +21,6 @@
* support --suppress-matched as in csplit. */
#include <config.h>
-#include <ctype.h>
#include <stdio.h>
#include <getopt.h>
#include <signal.h>