summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-03-10 22:10:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-03-10 22:10:37 (GMT)
commita90747f408664f3324867307342bafd1038b4ddc (patch)
treea86fc8f66659e2dd409d346fed4eb1e047ed8c55 /generic/tcl.h
parent72ca5496075c88513fe036a43c4bbf94f4c90b42 (diff)
downloadtcl-a90747f408664f3324867307342bafd1038b4ddc.zip
tcl-a90747f408664f3324867307342bafd1038b4ddc.tar.gz
tcl-a90747f408664f3324867307342bafd1038b4ddc.tar.bz2
* generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken
cast of ClientData to (TraceCommandInfo *) when not warranted. Thanks to Yuri Victorovich for the report. [Bug 1153871] * generic/tcl.h: Moved flag values TCL_TRACE_ENTER_EXEC and * generic/tclInt.h: TCL_TRACE_LEAVE_EXEC from public interface into private. Should be used only by internal workings of execution traces.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index a79e092..97e6d25 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.196 2005/01/27 00:22:58 andreas_kupries Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.197 2005/03/10 22:10:38 dgp Exp $
*/
#ifndef _TCL
@@ -1069,14 +1069,6 @@ typedef struct Tcl_DString {
#define TCL_ALLOW_INLINE_COMPILATION 0x20000
/*
- * Flag values passed to Tcl_CreateObjTrace, and used internally
- * by command execution traces. Slots 4,8,16 and 32 are
- * used internally by execution traces (see tclCmdMZ.c)
- */
-#define TCL_TRACE_ENTER_EXEC 1
-#define TCL_TRACE_LEAVE_EXEC 2
-
-/*
* The TCL_PARSE_PART1 flag is deprecated and has no effect.
* The part1 is now always parsed whenever the part2 is NULL.
* (This is to avoid a common error when converting code to