nvi-1.81.6-perl-shortnames.patch 384 B

123456789101112131415161718192021
  1. --- a/perl_api/perlsfio.c
  2. +++ b/perl_api/perlsfio.c
  3. @@ -32,6 +32,7 @@
  4. /* perl redefines them
  5. * avoid warnings
  6. */
  7. +#undef re_compile
  8. #undef USE_DYNAMIC_LOADING
  9. #undef DEBUG
  10. #undef PACKAGE
  11. --- a/perl_api/perl.xs
  12. +++ b/perl_api/perl.xs
  13. @@ -38,6 +38,7 @@
  14. /* perl redefines them
  15. * avoid warnings
  16. */
  17. +#undef re_compile
  18. #undef USE_DYNAMIC_LOADING
  19. #undef DEBUG
  20. #undef PACKAGE