summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-01 15:07:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-01 15:07:56 (GMT)
commit50c2ad2dd25382a1534ce3666f7ff99653aa512d (patch)
tree17e5353ce79764e0a8112158a256b8544e312a9c /generic/tclOOInt.h
parentcd34f84f42b4e64866a9177553e91417ded252a0 (diff)
downloadtcl-50c2ad2dd25382a1534ce3666f7ff99653aa512d.zip
tcl-50c2ad2dd25382a1534ce3666f7ff99653aa512d.tar.gz
tcl-50c2ad2dd25382a1534ce3666f7ff99653aa512d.tar.bz2
Reorganization of call context reference count management so that code
is (mostly) simpler.
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. */