mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Remove debug code
This commit is contained in:
parent
7a1b28db37
commit
e63349b830
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@
|
||||||
;; TODO: use-alloc support
|
;; TODO: use-alloc support
|
||||||
(c-compile-scalars exp use-alloca))
|
(c-compile-scalars exp use-alloca))
|
||||||
((vector? exp)
|
((vector? exp)
|
||||||
(c-compile-vector exp #t)) ;;use-alloca))
|
(c-compile-vector exp use-alloca))
|
||||||
((bytevector? exp)
|
((bytevector? exp)
|
||||||
(c-compile-bytevector exp use-alloca))
|
(c-compile-bytevector exp use-alloca))
|
||||||
((bignum? exp)
|
((bignum? exp)
|
||||||
|
|
Loading…
Add table
Reference in a new issue