summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2015-01-02 21:27:21 -0600
committerCraig A. Berry <craigberry@mac.com>2015-01-02 21:27:21 -0600
commitb5ce02fff1fdd6265ddfce8394fc3df19d240b10 (patch)
tree6304aea136dcd457a4a940df1a2e07b257280d8f /perliol.h
parent400638aa931c474ea2549c80aeb58d36a9f65db3 (diff)
downloadperl-b5ce02fff1fdd6265ddfce8394fc3df19d240b10.tar.gz
Revert "Fix PerlIO vtables on VMS."
This reverts commit 0c2c3d000e799a35bdc2bdd24feaf77cf854a2dd. It's not needed after 400638aa931c47.
Diffstat (limited to 'perliol.h')
-rw-r--r--perliol.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/perliol.h b/perliol.h
index 9852026475..87b1fc77fa 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