summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-06-05 17:26:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-06-05 17:26:37 (GMT)
commitf206e0fb4b6f73e30c7c0a8cb1560b548bae04ad (patch)
tree3112b680dfff3ea941ff1d624dd968ee881123b0 /generic/tclInt.h
parent1545e3155786a2643bbabc7e7e5ef8b1a1d47d4a (diff)
parent3b14a4b0ed16f753791f2c6046b761c4fcd5be05 (diff)
downloadtcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.zip
tcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.tar.gz
tcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index f5cd6d9..5c7ef9c 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1166,6 +1166,10 @@ typedef struct CallFrame {
* field contains an Object reference that has
* been confirmed to refer to a class. Part of
* TIP#257. */
+#define FRAME_IS_PRIVATE_DEFINE 0x10
+ /* Marks this frame as being used for private
+ * declarations with [oo::define]. Usually
+ * OR'd with FRAME_IS_OO_DEFINE. TIP#500. */
/*
* TIP #280