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 | 3bd88409318cdd99b39ad5ce49b87f880f01cf37 (patch) | |
tree | 26b6dbf67436c902e543bd0c39f427730a2929e5 /generic/tclObj.c | |
parent | 36cf99464d3e6a33deda928dbb3d0b1abe4cf82f (diff) | |
download | tcl-3bd88409318cdd99b39ad5ce49b87f880f01cf37.zip tcl-3bd88409318cdd99b39ad5ce49b87f880f01cf37.tar.gz tcl-3bd88409318cdd99b39ad5ce49b87f880f01cf37.tar.bz2 |
Get signatures in sync.
Diffstat (limited to 'generic/tclObj.c')
-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); |