We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5d0b1 commit 8c6bfa5Copy full SHA for 8c6bfa5
embed.h
@@ -93,7 +93,7 @@
93
#endif /* !defined(PERL_CORE) */
94
#if defined(PERL_CORE) || !defined(PERL_NO_SHORT_NAMES)
95
96
-/* Hide global symbols */
+/* Create short name macros that hide any need for thread context */
97
98
# define AvFILL_(a) Perl_AvFILL_(aTHX_ a)
99
# define Gv_AMupdate(a,b) Perl_Gv_AMupdate(aTHX_ a,b)
regen/embed.pl
@@ -705,7 +705,7 @@ sub generate_embed_h {
705
706
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
707
708
- /* Hide global symbols */
+ /* Create short name macros that hide any need for thread context */
709
710
END
711
0 commit comments