DJGPP tweaks for Laszlo Molnar.
Jarkko Hietaniemi [Mon, 24 Sep 2001 11:14:43 +0000 (11:14 +0000)]
p4raw-id: //depot/perl@12166

djgpp/djgppsed.sh
dosish.h

index 76911fd..bb35eb0 100644 (file)
@@ -46,3 +46,4 @@ sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.p
 sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm
 sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst
 sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t
+sed -e 's=L_ctermid==g' ext/POSIX/Makefile.PL >s; mv -f s ext/POSIX/Makefile.PL
index 0b0a35e..a3d5d13 100644 (file)
--- a/dosish.h
+++ b/dosish.h
@@ -13,6 +13,7 @@
 #  define HAS_UTIME
 #  define HAS_KILL
    char *djgpp_pathexp (const char*);
+   void Perl_DJGPP_init (int *argcp,char ***argvp);
 #  if (DJGPP==2 && DJGPP_MINOR < 2)
 #    define NO_LOCALECONV_MON_THOUSANDS_SEP
 #  endif