summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-06-18 18:30:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-06-18 18:30:00 (GMT)
commit2d0356834339b6ced61df5517004e0943e44b5c5 (patch)
treee0e2549d36c0c35c0462dde094cdea25ac496869 /generic/tclNamesp.c
parent40f784e5dd093138e64826cec42bd23e0f842f78 (diff)
downloadtcl-2d0356834339b6ced61df5517004e0943e44b5c5.zip
tcl-2d0356834339b6ced61df5517004e0943e44b5c5.tar.gz
tcl-2d0356834339b6ced61df5517004e0943e44b5c5.tar.bz2
* generic/tclNamesp.c (Tcl_Export): removed erroneous comments
[Bug 756744]
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index 32ffb2b..6961755 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.32 2003/06/18 18:30:01 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;