mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 22:12:25 +02:00
*** empty log message ***
This commit is contained in:
parent
3d5ee0cdcc
commit
499a4c07c7
11 changed files with 67 additions and 38 deletions
|
@ -25,9 +25,8 @@
|
|||
|
||||
(export vms:cons vms:time vms:clock)
|
||||
|
||||
(define (vms:cons stat) (vector-ref stat 0))
|
||||
(define (vms:time stat) (vector-ref stat 1))
|
||||
(define (vms:clock stat) (vector-ref stat 2))
|
||||
(define (vms:time stat) (vector-ref stat 0))
|
||||
(define (vms:clock stat) (vector-ref stat 1))
|
||||
|
||||
(module-export! (current-module)
|
||||
(delq! '%module-public-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue