diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:35:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:35:18 (GMT) |
commit | 26680f78efed6ca9cd37c75846bf2ea5af8a76aa (patch) | |
tree | 6d05173b04d18e1f029faec7dfb5ca6ff9b6bcb1 /tools | |
parent | ba13f552d3a716347686f09fe59bb602c1eaae19 (diff) | |
parent | 35231ec0d7e1ee42dedbc1c26152e097589659fb (diff) | |
download | tcl-26680f78efed6ca9cd37c75846bf2ea5af8a76aa.zip tcl-26680f78efed6ca9cd37c75846bf2ea5af8a76aa.tar.gz tcl-26680f78efed6ca9cd37c75846bf2ea5af8a76aa.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/makeHeader.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeHeader.tcl b/tools/makeHeader.tcl index c72219f..1d961c9 100644 --- a/tools/makeHeader.tcl +++ b/tools/makeHeader.tcl @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require Tcl 8.6 +package require Tcl 8.6- namespace eval makeHeader { |