Skip to content

Commit 8c6bfa5

Browse files
committed
embed.h: Clarify comment
1 parent bd5d0b1 commit 8c6bfa5

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
@@ -93,7 +93,7 @@
9393
#endif /* !defined(PERL_CORE) */
9494
#if defined(PERL_CORE) || !defined(PERL_NO_SHORT_NAMES)
9595

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

9898
# define AvFILL_(a) Perl_AvFILL_(aTHX_ a)
9999
# 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
@@ -705,7 +705,7 @@ sub generate_embed_h {
705705
706706
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
707707
708-
/* Hide global symbols */
708+
/* Create short name macros that hide any need for thread context */
709709
710710
END
711711

0 commit comments

Comments
 (0)