diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 11:56:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 11:56:54 (GMT) |
commit | 97a9d67a6651017b5b10fe38078583043b1cb1d7 (patch) | |
tree | 5f91f83d805af297fa612d00729999e38117ca23 /generic/tclCompCmds.c | |
parent | a8aff291ddf774fee8b1da5ccf150cc3fddae5af (diff) | |
download | tcl-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/tclCompCmds.c')
-rw-r--r-- | generic/tclCompCmds.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 51ac9ed..05b6d07 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -65,13 +65,6 @@ const AuxDataType tclDictUpdateInfoType = { FreeDictUpdateInfo, /* freeProc */ PrintDictUpdateInfo /* printProc */ }; - -/* - * The definition of what whitespace is stripped when [concat]enating. Must be - * kept in synch with tclUtil.c - */ - -#define CONCAT_WS " \f\v\r\t\n" /* *---------------------------------------------------------------------- |