12 lines
381 B
Diff
12 lines
381 B
Diff
|
--- a/perl.c 2014-04-07 07:58:01.402831615 +0200
|
||
|
+++ b/perl.c 2014-04-07 07:59:38.556945298 +0200
|
||
|
@@ -1754,7 +1754,7 @@
|
||
|
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
|
||
|
sizeof(non_bincompat_options) - 1, SVs_TEMP));
|
||
|
|
||
|
-#ifdef __DATE__
|
||
|
+#if 0
|
||
|
# ifdef __TIME__
|
||
|
PUSHs(Perl_newSVpvn_flags(aTHX_
|
||
|
STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__),
|