tcledit: Fix a Tk package issue.

This commit is contained in:
Gregory Nutt 2016-11-12 09:00:05 -06:00
parent 047a51c592
commit 58adf727c3
2 changed files with 4 additions and 1 deletions
graphics/traveler/tools/tcledit

@ -691,7 +691,8 @@ int main(int argc, char **argv, char **envp)
}
/* Tk_Main creates a Tcl interpreter and calls Tcl_AppInit() then begins
* processing window events and interactive commands. */
* processing window events and interactive commands.
*/
Tk_Main(1, argv, Tcl_AppInit);
exit(0);

@ -34,6 +34,8 @@
#
#############################################################################
package require Tk
# Control features for each element
proc configentry {w option items} {