Changeset 1267 for code/branches/console/src/core/TclThreadManager.cc
- Timestamp:
- May 13, 2008, 6:33:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclThreadManager.cc
r1258 r1267 202 202 i->eval("redef_puts"); 203 203 204 i->eval("rename while tcl::while");205 i->eval("proc while {test command} { tcl::while {$test && [orxonox::running " + threadID + "]} \"$command\" }"); 204 // i->eval("rename while tcl::while"); 205 // i->eval("proc while {test command} { tcl::while {[uplevel 1 expr $test]} {uplevel 1 $command} }"); // (\"$test\" && [orxonox::running " + threadID + "]]) 206 206 // i->eval("rename for tcl::for"); 207 207 // i->eval("proc for {start test next command} { uplevel tcl::for \"$start\" \"$test\" \"$next\" \"$command\" }");
Note: See TracChangeset
for help on using the changeset viewer.