Skip to content

Commit

Permalink
Eliminate TCL_MAJOR_VERSION usage. dde -> 1.5a0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Feb 23, 2025
1 parent 00c1e6e commit ae48cd4
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 697 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onefiledist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
url: ${{ steps.upload.outputs.artifact-url }}
macos:
name: macOS
runs-on: macos-14
runs-on: macos-13
defaults:
run:
shell: bash
Expand Down
11 changes: 0 additions & 11 deletions generic/tclIntDecls.h
Original file line number Diff line number Diff line change
Expand Up @@ -1268,17 +1268,6 @@ extern const TclIntStubs *tclIntStubsPtr;
(tclIntStubsPtr->tclStaticLibrary)
#endif /* defined(USE_TCL_STUBS) */

#if (TCL_MAJOR_VERSION < 9) && defined(USE_TCL_STUBS)
#undef TclpGetClicks
#define TclpGetClicks() \
((unsigned long)tclIntStubsPtr->tclpGetClicks())
#undef TclpGetSeconds
#define TclpGetSeconds() \
((unsigned long)tclIntStubsPtr->tclpGetSeconds())
#undef TclGetObjInterpProc2
#define TclGetObjInterpProc2 TclGetObjInterpProc
#endif

#undef TclUnusedStubEntry
#define TclObjInterpProc TclGetObjInterpProc()
#define TclObjInterpProc2 TclGetObjInterpProc2()
Expand Down
Loading

0 comments on commit ae48cd4

Please sign in to comment.