diff options
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 |