Diff
Not logged in

Differences From Artifact [689e102292]:

To Artifact [0ca4f4f516]:


106
107
108
109
110
111
112
113

114
115
116

117
118
119
120
121
122
123
106
107
108
109
110
111
112

113
114
115

116
117
118
119
120
121
122
123







-
+


-
+







 * three arrays MUST be kept in sync! In the future we may provide an API to
 * add to the list of supported trace types.
 */

static const char *traceTypeOptions[] = {
    "execution", "command", "variable", NULL
};
static Tcl_TraceTypeObjCmd *traceSubCmds[] = {
static Tcl_TraceTypeObjCmd *const traceSubCmds[] = {
    TraceExecutionObjCmd,
    TraceCommandObjCmd,
    TraceVariableObjCmd,
    TraceVariableObjCmd
};

/*
 * Declarations for local functions to this file:
 */

static int		CallTraceFunction(Tcl_Interp *interp, Trace *tracePtr,