You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
633 B

  1. Index: perl-5.26.1/perl.c
  2. ===================================================================
  3. --- perl-5.26.1.orig/perl.c
  4. +++ perl-5.26.1/perl.c
  5. @@ -1878,16 +1878,6 @@ S_Internals_V(pTHX_ CV *cv)
  6. PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
  7. sizeof(non_bincompat_options) - 1, SVs_TEMP));
  8. -#ifndef PERL_BUILD_DATE
  9. -# ifdef __DATE__
  10. -# ifdef __TIME__
  11. -# define PERL_BUILD_DATE __DATE__ " " __TIME__
  12. -# else
  13. -# define PERL_BUILD_DATE __DATE__
  14. -# endif
  15. -# endif
  16. -#endif
  17. -
  18. #ifdef PERL_BUILD_DATE
  19. PUSHs(Perl_newSVpvn_flags(aTHX_
  20. STR_WITH_LEN("Compiled at " PERL_BUILD_DATE),