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.

19 lines
514 B

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