diff options
| author | dgp@users.sourceforge.net <dgp> | 2002-01-31 04:39:43 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2002-01-31 04:39:43 (GMT) |
| commit | 80e364127278cb743e52fa26b934146ce5bd4fb3 (patch) | |
| tree | fb081373d4e4f87f897ece528df83a43e247814e /generic/tclInt.h | |
| parent | 8f0d42d414caa94a7c7e7a80ac17087d83e56f0e (diff) | |
| download | tcl-80e364127278cb743e52fa26b934146ce5bd4fb3.zip tcl-80e364127278cb743e52fa26b934146ce5bd4fb3.tar.gz tcl-80e364127278cb743e52fa26b934146ce5bd4fb3.tar.bz2 | |
* For each interface identified in the
TIP 27 changes below as a POTENTIAL INCOMPATIBILITY, the
source of the incompatibility has been parameterized so that
it can be removed. When compiling extension code against
the Tcl header files, use the compiler flag -DUSE_NON_CONST
to remove the irresolvable source incompatibilities introduced
by the TIP 27 changes. Resolvable changes are left for extension
authors to resolve.
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 9388c5d..4b59e9f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.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: tclInt.h,v 1.77 2002/01/29 02:40:50 hobbs Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.78 2002/01/31 04:39:43 dgp Exp $ */ #ifndef _TCLINT @@ -99,7 +99,7 @@ typedef int (Tcl_ResolveVarProc) _ANSI_ARGS_(( int flags, Tcl_Var *rPtr)); typedef int (Tcl_ResolveCmdProc) _ANSI_ARGS_((Tcl_Interp* interp, - CONST char* name, Tcl_Namespace *context, int flags, + CONST84 char* name, Tcl_Namespace *context, int flags, Tcl_Command *rPtr)); typedef struct Tcl_ResolverInfo { |
