Fixing Racket uint8-ref/set!
This commit is contained in:
parent
eb68a3d2cd
commit
5d151956d5
|
|
@ -453,13 +453,9 @@
|
||||||
((_ little)
|
((_ little)
|
||||||
(quote little))))
|
(quote little))))
|
||||||
|
|
||||||
(cond-expand
|
(define (native-endianness)
|
||||||
(little-endian
|
(cond-expand (little-endian 'little)
|
||||||
(define (native-endianness)
|
(else 'big)))
|
||||||
'little))
|
|
||||||
(else
|
|
||||||
(define (native-endianness)
|
|
||||||
'big)))
|
|
||||||
|
|
||||||
;;; Already defined by (scheme base):
|
;;; Already defined by (scheme base):
|
||||||
;;;
|
;;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue