1
Fork 0
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:
Thien-Thi Nguyen 2001-04-28 00:25:22 +00:00
parent a0f979acdb
commit 262098e092

View file

@ -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)