summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 0f8065939e..94b329b0f6 100644
--- a/perl.c
+++ b/perl.c
@@ -833,10 +833,12 @@ I32 namlen;
#if defined(DOSISH)
# define PERLLIB_SEP ';'
-#elif defined(VMS)
-# define PERLLIB_SEP '|'
#else
+# if defined(VMS)
+# define PERLLIB_SEP '|'
+# else
# define PERLLIB_SEP ':'
+# endif
#endif
static void