Skip to content

Commit

Permalink
embed.fnc: Remove obsolete comments:
Browse files Browse the repository at this point in the history
Linux and Darwin now can have hidden visibility
  • Loading branch information
khwilliamson committed Oct 23, 2024
1 parent 161ff73 commit c20589c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
:
: The default without flags is to declare a function for internal perl-core use
: only. The short name is visible only when the PERL_CORE symbol is defined.
: On some platforms, such as Linux and Darwin, all non-static functions
: are currently externally visible. Because of this, and also for programs
: that embed perl, most non-static functions should have the 'p' flag to avoid
: namespace clashes.
: On some platforms all non-static functions are currently externally visible.
: Because of this, and also for programs that embed perl, most non-static
: functions should have the 'p' flag to avoid namespace clashes.
:
: There are several advantages to using a macro instead of the full Perl_foo or
: S_foo form: it hides the need to know if the called function requires a
Expand Down

0 comments on commit c20589c

Please sign in to comment.