Differences From Artifact [8083e77a4d]:
- File generic/tclOOIntDecls.h — part of check-in [52e118b0ae] at 2025-10-16 13:21:16 on branch core-9-0-branch — Tcl_MethodType2 is not available when doing Tcl8 compiles (user: jan.nijtmans size: 8503)
To Artifact [f3886a813b]:
- File generic/tclOOIntDecls.h — part of check-in [32f2100815] at 2025-10-16 13:47:49 on branch core-9-0-branch — .. neither are (internal) TclOOMakeProcInstanceMethod2/TclOOMakeProcMethod2 (user: jan.nijtmans size: 8567)
| ︙ | |||
184 185 186 187 188 189 190 191 192 193 | 184 185 186 187 188 189 190 191 192 193 194 195 | + + | #endif /* defined(USE_TCLOO_STUBS) */ /* !END!: Do not edit above this line. */ #if TCL_MAJOR_VERSION < 9 #undef Tcl_MethodType2 #undef TclOOMakeProcInstanceMethod2 #undef TclOOMakeProcMethod2 #endif #endif /* _TCLOOINTDECLS */ |