Version 3 of Tcl_ResetResult

Updated 2014-06-22 18:43:45 by dkf
void Tcl_ResetResult(Tcl_Interp *interp);

The Tcl library public C function that sets the result in the interpreter to the empty string (which will be a new Tcl_Obj) and clears out any trace of errors.