summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-11-08 02:25:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-11-08 02:25:40 (GMT)
commit2ba5fab30eefc4f31112e67aeba2dd49a178ff4c (patch)
tree2d26257a697f9cf2b4bf34e3d7f9877b73285431 /generic/tclInt.h
parentd0665d7a121733fde114a357da8ca7369a14aa39 (diff)
downloadtcl-2ba5fab30eefc4f31112e67aeba2dd49a178ff4c.zip
tcl-2ba5fab30eefc4f31112e67aeba2dd49a178ff4c.tar.gz
tcl-2ba5fab30eefc4f31112e67aeba2dd49a178ff4c.tar.bz2
Modify TclCreateProc to handle arbitrary argument names, not just ASCII.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 0d68e8e..29392b6 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4483,7 +4483,7 @@ MODULE_SCOPE int TclIsPureByteArray(Tcl_Obj *objPtr);
/*
*----------------------------------------------------------------
- * Macro used by the Tcl core to increment a namespace's export export epoch
+ * Macro used by the Tcl core to increment a namespace's export epoch
* counter. The ANSI C "prototype" for this macro is:
*
* MODULE_SCOPE void TclInvalidateNsCmdLookup(Namespace *nsPtr);