diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-10-02 11:49:12 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-10-02 11:49:12 (GMT) |
| commit | 4f7bc38acccbafba6933e25dbe0cad03cff90ada (patch) | |
| tree | 990f1c1a5f4bae7431c8cc413feccee91baeba14 /unix/tclLoadShl.c | |
| parent | fc65208db65dd65fc054f69ca66825ba60800192 (diff) | |
| download | tcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.zip tcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.tar.gz tcl-4f7bc38acccbafba6933e25dbe0cad03cff90ada.tar.bz2 | |
Use version number "9.0" somewhat more in comments
Diffstat (limited to 'unix/tclLoadShl.c')
| -rw-r--r-- | unix/tclLoadShl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c index 9ddfa56..d24935a 100644 --- a/unix/tclLoadShl.c +++ b/unix/tclLoadShl.c @@ -63,7 +63,7 @@ TclpDlopen( * The flags below used to be BIND_IMMEDIATE; they were changed at the * suggestion of Wolfgang Kechel (wolfgang@prs.de): "This enables * verbosity for missing symbols when loading a shared lib and allows to - * load libtk8.0.sl into tclsh8.0 without problems. In general, this + * load libtk9.0.sl into tclsh9.0 without problems. In general, this * delays resolving symbols until they are actually needed. Shared libs * do no longer need all libraries linked in when they are build." */ |
