Add Win32 makefile option to link all extensions statically
[p5sagit/p5-mst-13.2.git] / embed.pl
index 5718561..f0af73c 100755 (executable)
--- a/embed.pl
+++ b/embed.pl
@@ -178,7 +178,7 @@ sub write_protos {
        }
        else {
            $retval = "PERL_CALLCONV $splint_flags$retval";
-           if ($flags =~ /p/) {
+           if ($flags =~ /[bp]/) {
                $func = "Perl_$func";
            }
        }