diff options
author | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
commit | 1b05e7e8c78a2ddf831f0a35b90114a44bda6fff (patch) | |
tree | 3ef051547181f8c9a1fe1e5537d493b0946e99f6 /tools/str2c | |
parent | 9af3b5f8c9624875b3824b588948e889708ce322 (diff) | |
download | tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.zip tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.gz tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.bz2 |
bring doc and tools in line with http://wiki.tcl.tk/812
Diffstat (limited to 'tools/str2c')
-rw-r--r-- | tools/str2c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/str2c b/tools/str2c index 15cb8e6..c151c0f 100644 --- a/tools/str2c +++ b/tools/str2c @@ -4,10 +4,10 @@ # # 1997/10 -- dl # -# $Id: str2c,v 1.2 1999/04/16 00:47:40 stanton Exp $ +# $Id: str2c,v 1.3 2009/03/25 23:22:37 nijtmans Exp $ # # restart with tclsh \ -exec tclsh8.0 "$0" "$@" +exec tclsh "$0" ${1+"$@"} # Max string length # (some C compiler have a 2048 chars limits (so 2047 real chars with |