summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-19 09:50:51 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-19 09:50:51 +0000
commit57fa0b87babe854012bc4fef52b9c3b3604f1e9e (patch)
treeba2a776e13cc21a5bd266766ef0e82471b55545a
parent7fe50b8b8a4dc38fc341e3b403545aaca937f50e (diff)
downloadperl-57fa0b87babe854012bc4fef52b9c3b3604f1e9e.tar.gz
Remove references to Mac OS classic from comments the opcode descriptions.
-rw-r--r--mad/PLXML.pm4
-rw-r--r--regen/opcodes4
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?