summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorhershey <hershey>1999-06-08 23:30:24 (GMT)
committerhershey <hershey>1999-06-08 23:30:24 (GMT)
commit3ccb7bcea57d471e2e1fc8ca439afda1fa8bc672 (patch)
tree29a5daedf4604c30dde6086a9fe418f3d5f4d222 /generic/tclInt.h
parent3502bcbc839bbc8a66ea25610bc055e623da522a (diff)
downloadtcl-3ccb7bcea57d471e2e1fc8ca439afda1fa8bc672.zip
tcl-3ccb7bcea57d471e2e1fc8ca439afda1fa8bc672.tar.gz
tcl-3ccb7bcea57d471e2e1fc8ca439afda1fa8bc672.tar.bz2
added TclGetUnicodeFromObj function for use with regexp
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index ed9002d..506c953 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -11,7 +11,7 @@
* 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.30 1999/06/08 02:59:24 hershey Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.31 1999/06/08 23:30:24 hershey Exp $
*/
#ifndef _TCLINT
@@ -1642,6 +1642,7 @@ EXTERN Tcl_Obj* TclGetRangeFromObj _ANSI_ARGS_((Tcl_Obj *objPtr,
int first, int last));
EXTERN Tcl_UniChar TclGetUniCharFromObj _ANSI_ARGS_((Tcl_Obj *objPtr,
int index));
+EXTERN Tcl_UniChar * TclGetUnicodeFromObj _ANSI_ARGS_((Tcl_Obj *objPtr));
EXTERN int TclGetUnicodeLengthFromObj _ANSI_ARGS_((
Tcl_Obj *objPtr));
EXTERN int TclGlob _ANSI_ARGS_((Tcl_Interp *interp,