From 309c1fb6a6ad20568b862cba364115277bd0ef1e Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 22 Sep 2008 07:58:57 +0000 Subject: [PATCH] Fix syntax error in makedef.pl introduced by #34379 p4raw-id: //depot/perl@34390 --- makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedef.pl b/makedef.pl index 2e1e2ba..73dd791 100644 --- a/makedef.pl +++ b/makedef.pl @@ -406,7 +406,7 @@ elsif ($PLATFORM eq 'aix') { )]); emit_symbols([qw( boot_DynaLoader - )]);} + )]); } elsif ($PLATFORM eq 'os2') { emit_symbols([qw( -- 2.7.4