16
16
EM_RetVal em_result = EM_OK;
20
20
case TCL_OK: gotPartial = 0;
23
23
- case TCL_ERROR: interp->errorLine = ((linenum-1)-gotPartial) +
26
27
+ errLine = Tcl_GetErrorLine(interp);
27
28
+ Tcl_SetErrorLine(interp, ((linenum-1)-gotPartial) + errLine);