X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.c;h=2ecb73a5cc445ff316d0d2a527bb28c9cd207f90;hb=2decb4fb82e001e3c9671c57b61232c651a9c22c;hp=17d94db29a08f2a756a987394007a49e8900244e;hpb=7a3f225871b642595bb66695465453bbff5332c7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.c b/util.c index 17d94db..2ecb73a 100644 --- a/util.c +++ b/util.c @@ -1889,7 +1889,7 @@ Perl_my_setenv_init(char ***penviron) } void -Perl_my_setenv(char *nam, char *val) +Perl_my_setenv(pTHX_ char *nam, char *val) { /* You can not directly manipulate the environ[] array because * the routines do some additional work that syncs the Cygwin