summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-28 22:26:43 (GMT)
committerhobbs <hobbs>2001-05-28 22:26:43 (GMT)
commit88dc71c014335a5e856005fc4a693d96e1e00319 (patch)
tree4dfd9b47d42ec63a616f38af991ad39f3bf1d87a
parentaacee6531b9fce9c180f03888366e864858a1bf1 (diff)
downloadtcl-88dc71c014335a5e856005fc4a693d96e1e00319.zip
tcl-88dc71c014335a5e856005fc4a693d96e1e00319.tar.gz
tcl-88dc71c014335a5e856005fc4a693d96e1e00319.tar.bz2
minor comment changes
-rw-r--r--generic/tcl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index bb2ebf8..507f952 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.89 2001/04/24 20:59:18 kennykb Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.90 2001/05/28 22:26:43 hobbs Exp $
*/
#ifndef _TCL
@@ -1772,7 +1772,8 @@ typedef struct Tcl_Parse {
#define TCL_UTF_MAX 3
/*
- * This represents a Unicode character.
+ * This represents a Unicode character. Any changes to this should
+ * also be reflected in regcustom.h.
*/
typedef unsigned short Tcl_UniChar;