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 470f175 commit a8cfc71Copy full SHA for a8cfc71
embed.h
@@ -91,7 +91,7 @@
91
#endif /* !defined(PERL_CORE) */
92
#if defined(PERL_CORE) || !defined(PERL_NO_SHORT_NAMES)
93
94
-/* Hide global symbols */
+/* Create short name macros that hide any need for thread context */
95
96
# define AvFILL_(a) Perl_AvFILL_(aTHX_ a)
97
# define Gv_AMupdate(a,b) Perl_Gv_AMupdate(aTHX_ a,b)
regen/embed.pl
@@ -907,7 +907,7 @@ sub generate_embed_h {
907
908
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
909
910
- /* Hide global symbols */
+ /* Create short name macros that hide any need for thread context */
911
912
END
913
0 commit comments