Skip to content

Commit 30c3bc4

Browse files
committed
fix
1 parent 8289f02 commit 30c3bc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/reprs/fallback.rkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@
164164
; can't load these without native support
165165

166166
(when (check-native-1ary-exists? 'j0)
167-
(define-operator-impl (j0.rkt racket) racket
167+
(define-operator-impl (j0 j0.rkt racket) racket
168168
[fl (from-bigfloat bfbesj0)]))
169169

170170
(when (check-native-1ary-exists? 'j1)
171-
(define-operator-impl (j1.rkt racket) racket
171+
(define-operator-impl (j1 j1.rkt racket) racket
172172
[fl (from-bigfloat bfbesj1)]))
173173

174174
(when (check-native-1ary-exists? 'y0)
175-
(define-operator-impl (y0.rkt racket) racket
175+
(define-operator-impl (y0 y0.rkt racket) racket
176176
[fl (from-bigfloat bfbesy0)]))
177177

178178
(when (check-native-1ary-exists? 'y1)
179-
(define-operator-impl (y1.rkt racket) racket
179+
(define-operator-impl (y1 y1.rkt racket) racket
180180
[fl (from-bigfloat bfbesy1)]))

0 commit comments

Comments
 (0)