diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-25 19:56:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-25 19:56:56 (GMT) |
commit | 8cef530f278a768728a688be6a46e02060b829f2 (patch) | |
tree | 26b6dbf67436c902e543bd0c39f427730a2929e5 | |
parent | c7df8efc44a02e710168b7a4ac3d4f3906ba28b9 (diff) | |
download | tcl-8cef530f278a768728a688be6a46e02060b829f2.zip tcl-8cef530f278a768728a688be6a46e02060b829f2.tar.gz tcl-8cef530f278a768728a688be6a46e02060b829f2.tar.bz2 |
Get signatures in sync.
-rw-r--r-- | generic/tclObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index 55426bf..3341fcd 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -1835,7 +1835,7 @@ void Tcl_StoreIntRep( Tcl_Obj *objPtr, /* Object whose internal rep should be set. */ const Tcl_ObjType *typePtr, /* New type for the object */ - Tcl_ObjIntRep *irPtr) /* New IntRep for the object */ + const Tcl_ObjIntRep *irPtr) /* New IntRep for the object */ { /* Clear out any existing IntRep ( "shimmer" ) */ TclFreeIntRep(objPtr); |