Author: coke
Date: Wed Aug  3 19:35:54 2005
New Revision: 8796

Modified:
   trunk/languages/tcl/lib/commands/set.pir
Log:
pass 4 more tests in tcl test suite for [set]



Modified: trunk/languages/tcl/lib/commands/set.pir
==============================================================================
--- trunk/languages/tcl/lib/commands/set.pir    (original)
+++ trunk/languages/tcl/lib/commands/set.pir    Wed Aug  3 19:35:54 2005
@@ -37,6 +37,7 @@ setting:
 
 error:
   return_type = TCL_ERROR 
+  retval = new String
   retval = "wrong # args: should be \"set varName ?newValue?\""
   .return(return_type,retval)
 

Reply via email to