diff options
| author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-29 15:56:53 (GMT) |
|---|---|---|
| committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-29 15:56:53 (GMT) |
| commit | 885c24c3c116f82090a3dc5e5fd5fdab8e6f66bb (patch) | |
| tree | 3f080f45cb9304d12e125a5dcda51cac698ad730 /generic/tcl.h | |
| parent | f4ad55f3b75dedd30fcbaf63214922915688c926 (diff) | |
| download | tcl-885c24c3c116f82090a3dc5e5fd5fdab8e6f66bb.zip tcl-885c24c3c116f82090a3dc5e5fd5fdab8e6f66bb.tar.gz tcl-885c24c3c116f82090a3dc5e5fd5fdab8e6f66bb.tar.bz2 | |
bugfix, new tests for new [interp alias] code
Diffstat (limited to 'generic/tcl.h')
| -rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index d090013..3e6e19c 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.137 2002/07/29 00:25:49 msofer Exp $ + * RCS: @(#) $Id: tcl.h,v 1.138 2002/07/29 15:56:53 msofer Exp $ */ #ifndef _TCL @@ -984,7 +984,7 @@ typedef struct Tcl_DString { #define TCL_NO_EVAL 0x10000 #define TCL_EVAL_GLOBAL 0x20000 #define TCL_EVAL_DIRECT 0x40000 -#define TCL_EVAL_NO_TRACEBACK 0x80000 +#define TCL_EVAL_INVOKE 0x80000 /* * Special freeProc values that may be passed to Tcl_SetResult (see |
