summaryrefslogtreecommitdiffstats
path: root/generic/tclStringTrim.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-30 11:56:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-30 11:56:54 (GMT)
commit97a9d67a6651017b5b10fe38078583043b1cb1d7 (patch)
tree5f91f83d805af297fa612d00729999e38117ca23 /generic/tclStringTrim.h
parenta8aff291ddf774fee8b1da5ccf150cc3fddae5af (diff)
downloadtcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.zip
tcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.tar.gz
tcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.tar.bz2
put the other definition of a trim set in the header file too
Diffstat (limited to 'generic/tclStringTrim.h')
-rw-r--r--generic/tclStringTrim.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/tclStringTrim.h b/generic/tclStringTrim.h
index 63544a7..669f10b 100644
--- a/generic/tclStringTrim.h
+++ b/generic/tclStringTrim.h
@@ -50,6 +50,13 @@
"\xe3\x80\x80" /* ideographic space (U+3000) */\
"\xef\xbb\xbf" /* zero width no-break space (U+feff) */
+/*
+ * The whitespace trimming set used when [concat]enating. This is a subset of
+ * the above, and deliberately so.
+ */
+
+#define CONCAT_TRIM_SET " \f\v\r\t\n"
+
#endif /* TCL_STRING_TRIM_H */
/*