summaryrefslogtreecommitdiffstats
path: root/generic/tclOODecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-27 07:09:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-27 07:09:25 (GMT)
commit975416ffc016b64aa500f81e21deabc1e0b56cda (patch)
treef5bcd6206d8c1a2916ff2776c3c89c769a078bb2 /generic/tclOODecls.h
parenta0d2c4332f99377ecd5aef74d42b0041501be806 (diff)
downloadtcl-975416ffc016b64aa500f81e21deabc1e0b56cda.zip
tcl-975416ffc016b64aa500f81e21deabc1e0b56cda.tar.gz
tcl-975416ffc016b64aa500f81e21deabc1e0b56cda.tar.bz2
Follow-up previous commit (thanks, Don!). Missing #undef
Diffstat (limited to 'generic/tclOODecls.h')
-rw-r--r--generic/tclOODecls.h2
1 files changed, 2 insertions, 0 deletions
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 */