Index: generic/nsfAccessInt.h =================================================================== diff -u -re48161ab167236344f7d23da3e855c31d1a1ebc7 -r1a327d6ad55887e9b708c83dbc348e679ccc89f0 --- generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision e48161ab167236344f7d23da3e855c31d1a1ebc7) +++ generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision 1a327d6ad55887e9b708c83dbc348e679ccc89f0) @@ -138,7 +138,7 @@ * For Tcl 8.7+, we should better switch to using the public interface * to manipulating the internal rep of Tcl_Objs. */ -#if TCL_MAJOR_VERSION==8 && TCL_MINOR_VERSION < 7 && defined(TclFreeIntRep) +#if defined(PRE9) && defined(TclFreeIntRep) # define TclFreeInternalRep(objPtr) TclFreeIntRep((objPtr)) #endif