diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-19 09:50:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-19 09:50:51 +0000 |
commit | 57fa0b87babe854012bc4fef52b9c3b3604f1e9e (patch) | |
tree | ba2a776e13cc21a5bd266766ef0e82471b55545a /mad | |
parent | 7fe50b8b8a4dc38fc341e3b403545aaca937f50e (diff) | |
download | perl-57fa0b87babe854012bc4fef52b9c3b3604f1e9e.tar.gz |
Remove references to Mac OS classic from comments the opcode descriptions.
Diffstat (limited to 'mad')
-rw-r--r-- | mad/PLXML.pm | 4 |
1 files changed, 0 insertions, 4 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'); |