Skip to content

Commit c20589c

Browse files
committed
embed.fnc: Remove obsolete comments:
Linux and Darwin now can have hidden visibility
1 parent 161ff73 commit c20589c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

embed.fnc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@
5252
:
5353
: The default without flags is to declare a function for internal perl-core use
5454
: only. The short name is visible only when the PERL_CORE symbol is defined.
55-
: On some platforms, such as Linux and Darwin, all non-static functions
56-
: are currently externally visible. Because of this, and also for programs
57-
: that embed perl, most non-static functions should have the 'p' flag to avoid
58-
: namespace clashes.
55+
: On some platforms all non-static functions are currently externally visible.
56+
: Because of this, and also for programs that embed perl, most non-static
57+
: functions should have the 'p' flag to avoid namespace clashes.
5958
:
6059
: There are several advantages to using a macro instead of the full Perl_foo or
6160
: S_foo form: it hides the need to know if the called function requires a

0 commit comments

Comments
 (0)