diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-06-18 18:34:19 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-06-18 18:34:19 (GMT) |
commit | 97af27dfed36a48c534a0e1414a74b7cea47c6a4 (patch) | |
tree | d4cc5cb4494ba3091f9bfd0c205ca3f918002fb7 /generic/tclNamesp.c | |
parent | a267f6ee293c2fba8b771503ae41210a47bf3232 (diff) | |
download | tcl-97af27dfed36a48c534a0e1414a74b7cea47c6a4.zip tcl-97af27dfed36a48c534a0e1414a74b7cea47c6a4.tar.gz tcl-97af27dfed36a48c534a0e1414a74b7cea47c6a4.tar.bz2 |
2003-06-18 Miguel Sofer <msofer@users.sf.net>
* generic/tclNamesp.c (Tcl_Export): removed erroneous comments
[Bug 756744]
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 32ffb2b..7fef152 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclNamesp.c,v 1.31 2002/07/15 22:18:07 msofer Exp $ + * RCS: @(#) $Id: tclNamesp.c,v 1.31.2.1 2003/06/18 18:34:19 msofer Exp $ */ #include "tclInt.h" @@ -908,9 +908,7 @@ Tcl_Export(interp, namespacePtr, pattern, resetListFirst) * in the specified namespace may be * exported. */ int resetListFirst; /* If nonzero, resets the namespace's - * export list before appending. - * If 0, return an error if an imported - * cmd conflicts with an existing one. */ + * export list before appending. */ { #define INIT_EXPORT_PATTERNS 5 Namespace *nsPtr, *exportNsPtr, *dummyPtr; |