mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
Changes: https://github.com/Perl/perl5/compare/v5.23.3-106-ga0c8eb5...v5.23.3-166-ga6d3278 Sponsored by: Absolight
21 lines
649 B
C
21 lines
649 B
C
--- perl.c.orig 2015-10-19 08:07:11 UTC
|
|
+++ perl.c
|
|
@@ -1806,18 +1806,7 @@ S_Internals_V(pTHX_ CV *cv)
|
|
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
|
|
sizeof(non_bincompat_options) - 1, SVs_TEMP));
|
|
|
|
-#ifdef __DATE__
|
|
-# ifdef __TIME__
|
|
- PUSHs(Perl_newSVpvn_flags(aTHX_
|
|
- STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__),
|
|
- SVs_TEMP));
|
|
-# else
|
|
- PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled on " __DATE__),
|
|
- SVs_TEMP));
|
|
-# endif
|
|
-#else
|
|
PUSHs(&PL_sv_undef);
|
|
-#endif
|
|
|
|
for (i = 1; i <= local_patch_count; i++) {
|
|
/* This will be an undef, if PL_localpatches[i] is NULL. */
|