Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.9k stars 540 forks source link

perl.h: remove UNION_ANY_DEFINITION support #22396

Closed mauke closed 1 month ago

mauke commented 1 month ago

This macro, if defined, is supposed to provide an alternative definition of the union any type. It was added in commit 0f4eea8fa1779e0 (June 1998) to let win32.h override union any with its own definition. That override was removed from win32.h in commit c06b86730d867c (July 1999).

For the past 25 years, this feature has been sitting there undocumented and unused.