mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
(time-proc): Use identity' instead of deprecated
id'.
This commit is contained in:
parent
a0f979acdb
commit
262098e092
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
(get tms:stime tms-start tms-end)
|
||||
(get tms:cutime tms-start tms-end)
|
||||
(get tms:cstime tms-start tms-end)
|
||||
(get id gc-start gc-end))
|
||||
(get identity gc-start gc-end))
|
||||
result))
|
||||
|
||||
(define-macro (time exp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue