This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add va_end() calls where missing for a va_start() or va_end().
[perl5.git] / djgpp / config.over
index c27011b..bd757c7 100644 (file)
@@ -28,7 +28,6 @@ repair()
      -e 's=[tT]hread[/a-zA-Z]*==g'\
      -e 's/byteload/ByteLoader/'\
      -e 's=devel/peek=Devel/Peek='\
-     -e 's=devel/dprof=Devel/DProf='\
      -e 's=sys/sys=Sys/Sys='\
      -e 's=sys/hos=Sys/Hos='\
      -e 's=file/=='\
@@ -39,15 +38,17 @@ repair()
      -e 's/encode/Encode/'\
      -e 's=filter/util/call=Filter/Util/Call=' \
      -e 's=digest/md5=Digest/MD5=' \
-     -e 's=perlio/scalar=PerlIO/Scalar=' \
+     -e 's=perlio/scalar=PerlIO/scalar=' \
      -e 's=mime/base64=MIME/Base64=' \
      -e 's=time/hires=Time/HiRes=' \
      -e 's=list/util=List/Util=' \
      -e 's=cwd=Cwd=' \
-     -e 's=perlio/via=PerlIO/Via=' \
+     -e 's=perlio/via=PerlIO/via=' \
      -e 's=perlio/encoding=PerlIO/encoding=' \
+     -e 's=xs/apitest=XS/APItest=' \
      -e 's=xs/typemap=XS/Typemap=' \
      -e 's=unicode/normaliz=Unicode/Normalize=' \
+     -e 's=unicode/collate=Unicode/Collate=' \
      -e 's=i18n/langinfo=I18N/Langinfo=' \
      -e 's=devel/ppport=Devel/PPPort='
 }