diff options
author | Jan Dubois <jand@activestate.com> | 2007-07-06 10:59:38 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 06:52:39 +0000 |
commit | 25b0f989226b5af898d2adee56e4fec948c148e8 (patch) | |
tree | 7d2f0e0feffe3673553d382c8c09cd0a7b75c49e /embed.pl | |
parent | a710694548693183478da4ee90cca8bdc3c492ef (diff) | |
download | perl-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-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ sub write_protos { } else { $retval = "PERL_CALLCONV $splint_flags$retval"; - if ($flags =~ /p/) { + if ($flags =~ /[bp]/) { $func = "Perl_$func"; } } |