Skip to content

Commit 7f67f6a

Browse files
committed
Fixing weird error
1 parent d96f2a8 commit 7f67f6a

File tree

6 files changed

+196
-526
lines changed

6 files changed

+196
-526
lines changed

boot/lib/builtin-inliner.scm

-318
This file was deleted.

boot/lib/iform.scm

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
(core base)
8585
(core errors)
8686
(for (compat r7rs) expand)
87-
(for (rename (match) (match smatch)) expand)
8887
(sagittarius)
8988
(sagittarius fixnums)
9089
(sagittarius vm)
@@ -93,6 +92,8 @@
9392
(sagittarius compiler util)
9493
(sagittarius compiler procedure))
9594

95+
(include "smatch.scm")
96+
9697
(define-syntax define-enum
9798
(er-macro-transformer
9899
(lambda (form rename compare)

0 commit comments

Comments
 (0)