In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/d1747a5aff00591af555d096abeefe31b18408f6?hp=67eb585123f82c50117f74fd12bf748a659b41e8>

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 AUTHORS | 1 +
 perl.h  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 8fa3f61767..410e7e1dd9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -990,6 +990,7 @@ Peter BARABAS
 Peter Chines                   <[email protected]>
 Peter Dintelmann               <[email protected]>
 Peter E. Yee                   <[email protected]>
+Peter Eisentraut                       <[email protected]>
 Peter Gessner                  <[email protected]>
 Peter Gordon                   <[email protected]>
 Peter Haworth                  <[email protected]>
diff --git a/perl.h b/perl.h
index 13ab20a43f..8f6dca3d29 100644
--- a/perl.h
+++ b/perl.h
@@ -1468,7 +1468,7 @@ any magic.
 
 #define UNKNOWN_ERRNO_MSG "(unknown)"
 
-#if VMS
+#ifdef VMS
 #define Strerror(e) strerror((e), vaxc$errno)
 #else
 #define Strerror(e) strerror(e)

-- 
Perl5 Master Repository

Reply via email to