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 38a60a4 commit 897a38fCopy full SHA for 897a38f
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
@@ -888,7 +888,7 @@ sub generate_embed_h {
888
889
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
890
891
- /* Hide global symbols */
+ /* Create short name macros that hide any need for thread context */
892
893
END
894
0 commit comments