mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
distcheck fix, fix (ice-9 time)
* lang/Makefile.am (elisp_sources): Add elisp/expand.scm. * module/ice-9/time.scm (time): Fix for new macro expander. Ew.
This commit is contained in:
parent
7364333952
commit
9d07bb7276
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ elisp_sources = \
|
|||
elisp/example.el \
|
||||
elisp/interface.scm \
|
||||
elisp/transform.scm \
|
||||
elisp/expand.scm \
|
||||
elisp/variables.scm \
|
||||
\
|
||||
elisp/primitives/buffers.scm \
|
||||
|
|
|
@ -53,6 +53,6 @@
|
|||
result))
|
||||
|
||||
(define-macro (time exp)
|
||||
`(,time-proc (lambda () ,exp)))
|
||||
`((@@ (ice-9 time) time-proc) (lambda () ,exp)))
|
||||
|
||||
;;; time.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue