diff options
| author | nijtmans <nijtmans> | 2009-02-10 23:08:56 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2009-02-10 23:08:56 (GMT) |
| commit | aa79c984da99c1d87d5483619079d8e75e27cabe (patch) | |
| tree | a407af9f40cff9d5a67f7ecf3a88b22578e0f842 /generic/tclTestProcBodyObj.c | |
| parent | c7673ecb04981c69103b2411fe0c6c563627cae2 (diff) | |
| download | tcl-aa79c984da99c1d87d5483619079d8e75e27cabe.zip tcl-aa79c984da99c1d87d5483619079d8e75e27cabe.tar.gz tcl-aa79c984da99c1d87d5483619079d8e75e27cabe.tar.bz2 | |
- eliminate some unnessary type casts
- some internal const decorations
- spacing
Diffstat (limited to 'generic/tclTestProcBodyObj.c')
| -rw-r--r-- | generic/tclTestProcBodyObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTestProcBodyObj.c b/generic/tclTestProcBodyObj.c index 234b267..b961e3c 100644 --- a/generic/tclTestProcBodyObj.c +++ b/generic/tclTestProcBodyObj.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTestProcBodyObj.c,v 1.8 2009/01/09 11:21:46 dkf Exp $ + * RCS: @(#) $Id: tclTestProcBodyObj.c,v 1.9 2009/02/10 23:08:56 nijtmans Exp $ */ #include "tclInt.h" @@ -229,7 +229,7 @@ ProcBodyTestProcObjCmd( int objc, /* argument count */ Tcl_Obj *const objv[]) /* arguments */ { - char *fullName; + const char *fullName; Tcl_Command procCmd; Command *cmdPtr; Proc *procPtr = NULL; |
