暫定版のソース変更箇所

ソースから暫定版を make する場合は,以下の箇所を変更して下さい.
c/sctop.c の 1558-1559行目をコメントアウト:
//        pthread_create(&pth, NULL, (void *)Tk_MainLoop, NULL);               
//        pthread_detach(pth);

c/other.c の 485行目の0をTCL_DONT_WAITへ変更:
    Tcl_DoOneEvent(TCL_DONT_WAIT);