In perl.git, the branch maint-5.10 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/44ace25bc64cbc468b05bd40ed3e2ca20012a2ed?hp=2a83af89df68ce54de3e64b6f300ac186c442e8b>

- Log -----------------------------------------------------------------
commit 44ace25bc64cbc468b05bd40ed3e2ca20012a2ed
Author: David Mitchell <[email protected]>
Date:   Thu May 14 21:44:32 2009 +0100

    fix inaccurate merge of 36f064bc37569629cfa8ffed15497f849ae8ccfa
-----------------------------------------------------------------------

Summary of changes:
 pp_ctl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pp_ctl.c b/pp_ctl.c
index aef521f..b4f0ade 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -4878,6 +4878,7 @@ S_path_is_absolute(const char *name)
     if (PERL_FILE_IS_ABSOLUTE(name)
 #ifdef MACOS_TRADITIONAL
        || (*name == ':')
+#endif
 #ifdef WIN32
  || (*name == '.' && ((name[1] == '/' ||
  (name[1] == '.' && name[2] == '/'))

--
Perl5 Master Repository

Reply via email to