summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/makedef.pl b/makedef.pl
index da0b36c96b..88c2d88ff3 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -589,7 +589,7 @@ if ($define{'USE_PERLIO'}) {
PerlIO_write
)];
}
- else {
+} else {
# Skip the PerlIO New Generation symbols.
skip_symbols [qw(
PerlIOBase_clearerr
@@ -618,8 +618,7 @@ if ($define{'USE_PERLIO'}) {
PerlIO_push
PerlIO_unread
)];
- }
-}
+}
for my $syms (@syms) {
open (GLOBAL, "<$syms") || die "failed to open $syms: $!\n";