From 975416ffc016b64aa500f81e21deabc1e0b56cda Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 27 Aug 2021 07:09:25 +0000 Subject: Follow-up previous commit (thanks, Don!). Missing #undef --- generic/tclOODecls.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generic/tclOODecls.h b/generic/tclOODecls.h index 888b474..ead34f7 100644 --- a/generic/tclOODecls.h +++ b/generic/tclOODecls.h @@ -242,4 +242,6 @@ extern const TclOOStubs *tclOOStubsPtr; /* !END!: Do not edit above this line. */ +#undef TclOOUnusedStubEntry + #endif /* _TCLOODECLS */ -- cgit v0.12