Update of /cvsroot/pure-data/externals/miXed/shared/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32393/shared/toxy
Modified Files: scriptlet.c Log Message: toxy alpha11
Index: scriptlet.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/shared/toxy/scriptlet.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** scriptlet.c 29 Mar 2004 17:09:52 -0000 1.10 --- scriptlet.c 31 Mar 2004 10:24:18 -0000 1.11 *************** *** 472,477 **** *tail = 0; sprintf(buf, "\ ! trace add variable ::toxy::reply write "::toxy::doreply %s"\n\ ! ::toxy::query}\n", sp->s_rptarget->s_name); sys_gui(buf); } --- 472,481 ---- *tail = 0; sprintf(buf, "\ ! if {[info tclversion] < 8.4} {\n\ ! trace variable ::toxy::reply w "::toxy::doreply %s"\n\ ! } else {\n\ ! trace add variable ::toxy::reply write "::toxy::doreply %s"\n\ ! }\n\ ! ::toxy::query}\n", sp->s_rptarget->s_name, sp->s_rptarget->s_name); sys_gui(buf); }