diff options
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r-- | generic/tclEncoding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index a0b7b7f..8b6a6b0 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -8,11 +8,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEncoding.c,v 1.17 2003/12/24 04:18:19 davygrvy Exp $ + * RCS: @(#) $Id: tclEncoding.c,v 1.18 2004/04/06 22:25:50 dgp Exp $ */ #include "tclInt.h" -#include "tclPort.h" typedef size_t (LengthProc)_ANSI_ARGS_((CONST char *src)); |