diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-04 19:20:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-04 19:20:37 (GMT) |
| commit | f046169717a2224b7a5e127c3b8d1a426d10a8d0 (patch) | |
| tree | 81bb3d54d21dfe7df3b6d857e475da5afd9c3c4e /generic/tclIntDecls.h | |
| parent | a8064b1a264030bc2f4fb5e02ef506ce26a44345 (diff) | |
| download | tcl-f046169717a2224b7a5e127c3b8d1a426d10a8d0.zip tcl-f046169717a2224b7a5e127c3b8d1a426d10a8d0.tar.gz tcl-f046169717a2224b7a5e127c3b8d1a426d10a8d0.tar.bz2 | |
Fix TclObjInterpProc2 when compiling for Tcl 8.7
Diffstat (limited to 'generic/tclIntDecls.h')
| -rw-r--r-- | generic/tclIntDecls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index 369830b..5186955 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -1290,6 +1290,8 @@ extern const TclIntStubs *tclIntStubsPtr; #undef TclpGetSeconds #define TclpGetSeconds() \ ((unsigned long)tclIntStubsPtr->tclpGetSeconds()) +#undef TclGetObjInterpProc2 +#define TclGetObjInterpProc2 TclGetObjInterpProc #endif #undef TclUnusedStubEntry |
