Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-11-17 05:06:20 -06:00
commit 8800742f2b
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ M: macosx monotonic-count
mach_absolute_time
\ mach_timebase_info <struct> [
mach_timebase_info [ mach-timebase-info ] unless-zero
] keep [ numer>> ] [ denom>> ] bi / * ;
] keep [ numer>> ] [ denom>> ] bi [ * ] dip /i ;