From c20589c549d5afbd43d47ce3878571a7636cbbe0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 21 Oct 2024 13:03:43 -0600 Subject: [PATCH] embed.fnc: Remove obsolete comments: Linux and Darwin now can have hidden visibility --- embed.fnc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/embed.fnc b/embed.fnc index 4d479ee13b2e..f490397f7de6 100644 --- a/embed.fnc +++ b/embed.fnc @@ -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