summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-30 20:46:21 (GMT)
committerstanton <stanton>1998-09-30 20:46:21 (GMT)
commitf7c09d63b8f64ab841356624dad6d101bd898e82 (patch)
tree9a21845a1c40f416523c6d819911b12f31d5ad6d /generic/tclProc.c
parent94b67f615e361c95e27693c44d54634642ecd81f (diff)
downloadtcl-f7c09d63b8f64ab841356624dad6d101bd898e82.zip
tcl-f7c09d63b8f64ab841356624dad6d101bd898e82.tar.gz
tcl-f7c09d63b8f64ab841356624dad6d101bd898e82.tar.bz2
more cleanup of 8.0.3 merges into 8.1
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index 385ad93..ce0323e 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.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: tclProc.c,v 1.1.2.2 1998/09/24 23:59:02 stanton Exp $
+ * RCS: @(#) $Id: tclProc.c,v 1.1.2.3 1998/09/30 20:46:26 stanton Exp $
*/
#include "tclInt.h"
@@ -49,7 +49,7 @@ Tcl_ProcObjCmd(dummy, interp, objc, objv)
Tcl_Obj *CONST objv[]; /* Argument objects. */
{
register Interp *iPtr = (Interp *) interp;
- register Proc *procPtr;
+ Proc *procPtr;
char *fullName, *procName;
Namespace *nsPtr, *altNsPtr, *cxtNsPtr;
Tcl_Command cmd;