Craig A. Berry [Fri, 15 Sep 2006 00:39:32 +0000 (00:39 +0000)]
duplicate definition of Perl_my_setenv on VMS.
p4raw-id: //depot/perl@28848
*(s+(nlen+1+vlen)) = '\0'
#if defined(USE_ENVIRON_ARRAY) && !defined(WIN32) && !defined(NETWARE)
-/* VMS' my_setenv() is in vms.c */
void
Perl_my_setenv(pTHX_ const char *nam, const char *val)
{
}
}
-#else /* defined(USE_ENVIRON_ARRAY) && !defined(WIN32) && !defined(NETWARE)*/
+#elif !defined(VMS) /* VMS has my_setenv in vms.c */
void
Perl_my_setenv(pTHX_ const char *nam, const char *val)