summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-07-06 10:59:38 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 06:52:39 +0000
commit25b0f989226b5af898d2adee56e4fec948c148e8 (patch)
tree7d2f0e0feffe3673553d382c8c09cd0a7b75c49e /embed.pl
parenta710694548693183478da4ee90cca8bdc3c492ef (diff)
downloadperl-25b0f989226b5af898d2adee56e4fec948c148e8.tar.gz
Fix commented out function names in proto.h
From: "Jan Dubois" <jand@activestate.com> Message-ID: <058b01c7c032$18a6a260$49f3e720$@com> p4raw-id: //depot/perl@31546
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 5718561dc6..f0af73cf08 100755
--- 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";
}
}