Skip processing a file if the file to be opened is '-'
[p5sagit/p5-mst-13.2.git] / opcode.pl
index 3dfca9e..60cdf49 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -735,6 +735,10 @@ 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?