Skip to content

Commit

Permalink
Remove (scheme eval) dependency in (bytestructures guile numeric).
Browse files Browse the repository at this point in the history
Guile 2.x doesn't support R7RS-small modules.
  • Loading branch information
Taylan Kammer committed Mar 3, 2021
1 parent bbeb4ad commit ec9a721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions bytestructures/body/numeric.scm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
(define base-environment
(cond-expand
(guile-2
(environment '(guile)
'(bytestructures guile numeric-data-model)))
(current-module))
(else
(environment '(scheme base)))))

Expand Down
1 change: 0 additions & 1 deletion bytestructures/guile/numeric-all.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(define-module (bytestructures guile numeric-all))
(import
(scheme eval)
(bytestructures guile bytevectors)
(bytestructures guile utils)
(bytestructures guile base)
Expand Down

0 comments on commit ec9a721

Please sign in to comment.