Skip to content

Commit 897a38f

Browse files
committed
embed.h: Clarify comment
1 parent 38a60a4 commit 897a38f

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
@@ -888,7 +888,7 @@ sub generate_embed_h {
888888
889889
#if ! defined(PERL_NO_SHORT_NAMES) || defined(PERL_CORE)
890890
891-
/* Hide global symbols */
891+
/* Create short name macros that hide any need for thread context */
892892
893893
END
894894

0 commit comments

Comments
 (0)