diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2011-03-01 15:07:56 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2011-03-01 15:07:56 (GMT) |
| commit | 0a17ae1a29274d470fa5ac948119192d5a340bcd (patch) | |
| tree | 17e5353ce79764e0a8112158a256b8544e312a9c /generic/tclOOInt.h | |
| parent | 8a0f9bc69d78ca85c67abdebb63221fa869ea1cf (diff) | |
| download | tcl-0a17ae1a29274d470fa5ac948119192d5a340bcd.zip tcl-0a17ae1a29274d470fa5ac948119192d5a340bcd.tar.gz tcl-0a17ae1a29274d470fa5ac948119192d5a340bcd.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.h | 6 |
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. */ |
