]> git.ipfire.org Git - thirdparty/newt.git/commit
Fix warnings in whiptcl.c and include Tcl_PkgProvide() call
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 2 Apr 2010 12:25:42 +0000 (14:25 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 2 Apr 2010 12:25:42 +0000 (14:25 +0200)
commit4e66d95a7b8acedfbd8ab8c21c9ca39a036f2864
tree33f371edcfb2c439d77d53970167332892790b4b
parent311bd57ec72d2151688091a423526d1a4692b832
Fix warnings in whiptcl.c and include Tcl_PkgProvide() call

whiptcl.c needs a lot of patching to build with modern Tcl (such as 8.4
or 8.5).

The module also forgets to provide a package and so loading via the
"package require" mechanism is impossible.

Patch by Mikhail T. (rhbz#552827)
whiptcl.c