Skip to content

Commit a8cfc71

Browse files
committed
embed.h: Clarify comment
1 parent 470f175 commit a8cfc71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#endif /* !defined(PERL_CORE) */
9292
#if defined(PERL_CORE) || !defined(PERL_NO_SHORT_NAMES)
9393

94-
/* Hide global symbols */
94+
/* Create short name macros that hide any need for thread context */
9595

9696
# define AvFILL_(a) Perl_AvFILL_(aTHX_ a)
9797
# define Gv_AMupdate(a,b) Perl_Gv_AMupdate(aTHX_ a,b)

regen/embed.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ sub generate_embed_h {
907907
908908
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
909909
910-
/* Hide global symbols */
910+
/* Create short name macros that hide any need for thread context */
911911
912912
END
913913

0 commit comments

Comments
 (0)