summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 3003abf..e64dc26 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1068,6 +1068,8 @@ typedef struct Tcl_DString {
#define TCL_EVAL_INVOKE 0x080000
#define TCL_CANCEL_UNWIND 0x100000
#define TCL_EVAL_NOERR 0x200000
+#define TCL_EVAL_REDIRECT 0x400000
+
/*
* Special freeProc values that may be passed to Tcl_SetResult (see the man