diff options
author | rjohnson <rjohnson> | 1998-10-13 20:30:21 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-13 20:30:21 (GMT) |
commit | 2145c0e799d0659cd675a37728d7fb9c64f04904 (patch) | |
tree | a5274f70d346f2ba069c979b043ef055b8777e35 /generic/tclInt.h | |
parent | 34fd6003c9fe9da83ffe806108ebbd4bbffb796e (diff) | |
download | tcl-2145c0e799d0659cd675a37728d7fb9c64f04904.zip tcl-2145c0e799d0659cd675a37728d7fb9c64f04904.tar.gz tcl-2145c0e799d0659cd675a37728d7fb9c64f04904.tar.bz2 |
Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed
in 0 elements. Despite what docs said.
Also updated a few copyright notices.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 4c4d632..e7caf17 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -6,11 +6,12 @@ * Copyright (c) 1987-1993 The Regents of the University of California. * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright (c) 1993-1997 Lucent Technologies. + * Copyright (c) 1998 by Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.19 1998/10/05 22:32:09 escoffon Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.20 1998/10/13 20:30:22 rjohnson Exp $ */ #ifndef _TCLINT |