In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d1b368f612b42c74923f42155c5381d9e344d53a?hp=dcc013e3c47bd64882e2105e5c5aa7882f5be5a7>

- Log -----------------------------------------------------------------
commit d1b368f612b42c74923f42155c5381d9e344d53a
Author: Steve Hay <[email protected]>
Date:   Wed Jun 7 22:55:28 2017 +0100

    Add Jacques Germishuys to AUTHORS

M       AUTHORS

commit b5749b6710c39eba669f84c841b0999029955dfa
Author: Jacques Germishuys <[email protected]>
Date:   Sat Jun 3 11:16:06 2017 +0200

    correct PREMSVC80 typo

M       win32/GNUmakefile
-----------------------------------------------------------------------

Summary of changes:
 AUTHORS           | 1 +
 win32/GNUmakefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 7ef3c5c5d2..7fdb6948c5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -532,6 +532,7 @@ J. Nick Koston                      <[email protected]>
 J. van Krieken                 <[email protected]>
 Jacinta Richardson             <[email protected]>
 Jack Shirazi                   <[email protected]>
+Jacques Germishuys             <[email protected]>
 Jacqui Caren                   <[email protected]>
 Jake Hamby                     <[email protected]>
 James                          <[email protected]>
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index 8cbfd5de7f..d0c8279aa2 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -700,7 +700,7 @@ endif
 # Perl itself with e.g. VC6 but later installs an XS module using VC8
 # the time_t types will still be compatible.
 ifeq ($(WIN64),undef)
-ifeq ((PREMSVC80),define)
+ifeq ($(PREMSVC80),define)
 BUILDOPT       += -D_USE_32BIT_TIME_T
 endif
 endif

--
Perl5 Master Repository

Reply via email to