Skip to content

Commit 768f143

Browse files
author
Amirouche
committed
bitwise operations: cond-expand srfi 60 or srfi 151
1 parent bb2a2a1 commit 768f143

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

srfi/180.sld

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
(scheme write)
1717
(check)
1818
(srfi 145)
19-
(srfi 151)
2019
(srfi 180 helpers))
2120

21+
(cond-expand ((library (srfi 60))
22+
(import (only (srfi 60) arithmetic-shift bitwise-ior)))
23+
((library (srfi 151))
24+
(import (only (srfi 151) arithmetic-shift bitwise-ior))))
25+
2226
(include "180/body.scm"))

0 commit comments

Comments
 (0)