diff --git a/sources/library.dylan b/sources/library.dylan index 6645426..76c4485 100644 --- a/sources/library.dylan +++ b/sources/library.dylan @@ -2,10 +2,11 @@ Module: dylan-user define library time use big-integers; + use c-ffi; use collections, import: { table-extensions }; use common-dylan; - use c-ffi; + use dylan; //, import: dylan-direct-c-ffi; use generic-arithmetic; use io, import: { format, format-out, print, pprint, standard-io, streams }; @@ -87,6 +88,9 @@ define module time // time - duration => time // duration - duration => duration + // Low-level timing primitives + microsecond-counter, + // Zones , zone-abbreviation, @@ -103,6 +107,7 @@ end module time; define module %time use time; + use dylan-direct-c-ffi; use c-ffi; use common-dylan; use file-system, diff --git a/sources/time-test.dylan b/sources/time-test.dylan index 18058e0..621b1b5 100644 --- a/sources/time-test.dylan +++ b/sources/time-test.dylan @@ -90,3 +90,7 @@ define test test-print-object () assert-true(regex-search(compile-regex("{