You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make autodoc aware of embed.h compatibility macros
embed.h has compatibility macros for things like croak(). These had
never been output in perlapi, so there was no signature given for these.
And now, PERL_WANT_VARARGS is available to get them to assume that a
thread context is available. Mention that in each applicable entry.
0 commit comments