|
From: Don P. <dg...@us...> - 2005-03-15 23:57:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4463 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.h: Corrected mistaken casts to (int) of TclPSizedInt values into TclPSizedInt variables within the TclEmitInst1 macro. Casting through the (int) type loses bits on LP64 systems, where sizeof(int) < sizeof(void *). |