Change 34390 by [EMAIL PROTECTED] on 2008/09/22 07:58:57

        Fix syntax error in makedef.pl introduced by #34379

Affected files ...

... //depot/perl/makedef.pl#233 edit

Differences ...

==== //depot/perl/makedef.pl#233 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#232~34379~  2008-09-17 08:45:09.000000000 -0700
+++ perl/makedef.pl     2008-09-22 00:58:57.000000000 -0700
@@ -406,7 +406,7 @@
                     )]);
     emit_symbols([qw(
                     boot_DynaLoader
-                    )]);}
+                    )]);
 }
 elsif ($PLATFORM eq 'os2') {
     emit_symbols([qw(
End of Patch.

Reply via email to