Diff
Not logged in

Differences From Artifact [2a9a5c8bac]:

To Artifact [113a895707]:


268
269
270
271
272
273
274
275

276
277
278
279
280
281
282
283
268
269
270
271
272
273
274

275

276
277
278
279
280
281
282







-
+
-







	Tcl_DStringFree(&newName);
#endif /* TCL_LOAD_FROM_MEMORY */
    }
    Tcl_DStringFree(&ds);
    if (errMsg && (interp != NULL)) {
	TclPrintfResult(interp, "cannot find symbol \"%s\": %s",
		symbol, errMsg);
	Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
	TclSetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol);
		(char *)NULL);
    }
    return (void *)proc;
}

/*
 *----------------------------------------------------------------------
 *