diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:14:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:14:49 (GMT) |
commit | 99a90efbfdf094cdb59e8136873498c98322b1b3 (patch) | |
tree | f86a1e9094f58df1a28bf376dba5a5952f13cecb /tools | |
parent | 49baa37b9ceaea45c5bc3648673a4c7b786d76cf (diff) | |
download | tcl-99a90efbfdf094cdb59e8136873498c98322b1b3.zip tcl-99a90efbfdf094cdb59e8136873498c98322b1b3.tar.gz tcl-99a90efbfdf094cdb59e8136873498c98322b1b3.tar.bz2 |
TIP #590 follow-up: Adapt documentation and tclStubLib.c
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 { |