summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-05-06 18:46:22 (GMT)
committerstanton <stanton@noemail.net>1999-05-06 18:46:22 (GMT)
commit607ef1030552998c28fe880b13a5d7da9cda1fb3 (patch)
tree83931fceb76a5ac3644164e10b423d8a14719ee9 /generic/tclStubInit.c
parent21f57b439a66be3a42107b80178a74c52913a776 (diff)
downloadtcl-607ef1030552998c28fe880b13a5d7da9cda1fb3.zip
tcl-607ef1030552998c28fe880b13a5d7da9cda1fb3.tar.gz
tcl-607ef1030552998c28fe880b13a5d7da9cda1fb3.tar.bz2
* doc/Utf.3:
* generic/tclStubInit.c: * generic/tclDecls.h: * generic/tclUtf.c: * generic/tcl.decls: Added Tcl_UtfNcmp and Tcl_UtfNcasecmp. FossilOrigin-Name: d9e7608a90843e474f12a3fb7fe65ac9c329294e
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 2ac795b..632f4a8 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.12 1999/04/24 01:46:52 stanton Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.13 1999/05/06 18:46:25 stanton Exp $
*/
#include "tclInt.h"
@@ -684,6 +684,8 @@ TclStubs tclStubs = {
Tcl_Chdir, /* 366 */
Tcl_Access, /* 367 */
Tcl_Stat, /* 368 */
+ Tcl_UtfNcmp, /* 369 */
+ Tcl_UtfNcasecmp, /* 370 */
};
/* !END!: Do not edit above this line. */