Diff
Not logged in

Differences From Artifact [a9e749513a]:

To Artifact [5d36f48f03]:


116
117
118
119
120
121
122
123


124
125
126
127
128
129
130
116
117
118
119
120
121
122

123
124
125
126
127
128
129
130
131







-
+
+







				 * record and execute. */
    int flags)			/* Additional flags. TCL_NO_EVAL means record
				 * only: don't execute the command.
				 * TCL_EVAL_GLOBAL means evaluate the script
				 * in global variable context instead of the
				 * current procedure. */
{
    int result, call = 1;
    int result;
    bool call = true;
    Tcl_CmdInfo info;
    HistoryObjs *histObjsPtr =
	    (HistoryObjs *)Tcl_GetAssocData(interp, HISTORY_OBJS_KEY, NULL);

    /*
     * Create the references to the [::history add] command if necessary.
     */