summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-11-24 11:14:28 -0700
committerKarl Williamson <public@khwilliamson.com>2012-11-24 12:58:12 -0700
commit457a9a829c2fcc56599d6950dcb6861c119bd191 (patch)
tree31c455a6e263b7ec87138f13a1373d8b7d880d08 /regen
parent4886dc4f5813d46e391c2336d87c89a3f270b7f9 (diff)
downloadperl-457a9a829c2fcc56599d6950dcb6861c119bd191.tar.gz
regen/embed.pl: flag 'i' didn't work with 'n'
Diffstat (limited to 'regen')
-rwxr-xr-xregen/embed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/embed.pl b/regen/embed.pl
index 2a47e8670d..8f59f3608c 100755
--- a/regen/embed.pl
+++ b/regen/embed.pl
@@ -274,7 +274,7 @@ sub embed_h {
unless ($flags =~ /[om]/) {
my $args = scalar @args;
if ($flags =~ /n/) {
- if ($flags =~ /s/) {
+ if ($flags =~ /[si]/) {
$ret = hide($func,"S_$func");
}
elsif ($flags =~ /p/) {