diff options
-rw-r--r-- | mad/PLXML.pm | 4 | ||||
-rw-r--r-- | regen/opcodes | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/mad/PLXML.pm b/mad/PLXML.pm index 7f2dac68e7..ad778601c7 100644 --- a/mad/PLXML.pm +++ b/mad/PLXML.pm @@ -3451,10 +3451,6 @@ sub args { 'S S S' } # Time calls. -# NOTE: MacOS patches the 'i' of time() away later when the interpreter -# is created because in MacOS time() is already returning times > 2**31-1, -# that is, non-integers. - package PLXML::op_time; our @ISA = ('PLXML::baseop'); diff --git a/regen/opcodes b/regen/opcodes index efb1dafe8a..5f8b88b93d 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -448,10 +448,6 @@ setpriority setpriority ck_fun isT@ S S S # Time calls. -# NOTE: MacOS patches the 'i' of time() away later when the interpreter -# is created because in MacOS time() is already returning times > 2**31-1, -# that is, non-integers. - time time ck_null isT0 tms times ck_null 0 localtime localtime ck_fun t% S? |