Skip to content

Commit

Permalink
nmosh: oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku committed Jun 10, 2011
1 parent b374371 commit ba7f393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nmosh/bootstrap/util.nmosh.ss
Expand Up @@ -32,10 +32,10 @@
(put-string p s))) (put-string p s)))


(define (compile-to-codevector/toplevel l) (define (compile-to-codevector/toplevel l)
(compile-w/o-halt l)) (compile l))


(define (compile-to-codevector l) (define (compile-to-codevector l)
(compile l)) (compile-w/o-halt l))


(define (obj->fasl obj) (define (obj->fasl obj)
(receive (port bv-proc) (open-bytevector-output-port) (receive (port bv-proc) (open-bytevector-output-port)
Expand Down

0 comments on commit ba7f393

Please sign in to comment.