summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
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