summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2011-03-01 15:07:56 (GMT)
committerdkf <dkf@noemail.net>2011-03-01 15:07:56 (GMT)
commit1212a4636e32ba0f325474c8f838eb3757021fff (patch)
tree17e5353ce79764e0a8112158a256b8544e312a9c /generic/tclOOInt.h
parent31c7d5869ce8e7a41212326b2ab356a8cc4d6bc4 (diff)
downloadtcl-1212a4636e32ba0f325474c8f838eb3757021fff.zip
tcl-1212a4636e32ba0f325474c8f838eb3757021fff.tar.gz
tcl-1212a4636e32ba0f325474c8f838eb3757021fff.tar.bz2
Reorganization of call context reference count management so that code
is (mostly) simpler. FossilOrigin-Name: 25d2a66f4de7efec148a46f106297b860ac2d5bd
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index 56da45d..bd32f22 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -4,12 +4,10 @@
* This file contains the structure definitions and some of the function
* declarations for the object-system (NB: not Tcl_Obj, but ::oo).
*
- * Copyright (c) 2006 by Donal K. Fellows
+ * Copyright (c) 2006-2011 by Donal K. Fellows
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclOOInt.h,v 1.18 2010/04/27 12:36:21 nijtmans Exp $
*/
#ifndef TCL_OO_INTERNAL_H
@@ -368,7 +366,7 @@ typedef struct CallContext {
} CallContext;
/*
- * Bits for the 'flags' field of the call context.
+ * Bits for the 'flags' field of the call chain.
*/
#define PUBLIC_METHOD 0x01 /* This is a public (exported) method. */