In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b5ce02fff1fdd6265ddfce8394fc3df19d240b10?hp=400638aa931c474ea2549c80aeb58d36a9f65db3>

- Log -----------------------------------------------------------------
commit b5ce02fff1fdd6265ddfce8394fc3df19d240b10
Author: Craig A. Berry <[email protected]>
Date:   Fri Jan 2 21:27:21 2015 -0600

    Revert "Fix PerlIO vtables on VMS."
    
    This reverts commit 0c2c3d000e799a35bdc2bdd24feaf77cf854a2dd.
    
    It's not needed after 400638aa931c47.
-----------------------------------------------------------------------

Summary of changes:
 perliol.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/perliol.h b/perliol.h
index 9852026..87b1fc7 100644
--- a/perliol.h
+++ b/perliol.h
@@ -109,11 +109,7 @@ struct _PerlIO {
 /* Data exports - EXTCONST rather than extern is needed for Cygwin */
 #undef EXTPERLIO 
 #ifdef PERLIO_FUNCS_CONST
-#ifdef __VMS
-#  define EXTPERLIO extern const
-#else
-#  define EXTPERLIO EXTCONST
-#endif
+#define EXTPERLIO EXTCONST
 #else
 #define EXTPERLIO EXT
 #endif

--
Perl5 Master Repository

Reply via email to