Shake dangling princ/print references out of boot image
This commit is contained in:
parent
33488d73cf
commit
08b4fe31ed
File diff suppressed because it is too large
Load Diff
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
(define (void) #t) ; the unspecified value
|
(define (void) #t) ; the unspecified value
|
||||||
|
|
||||||
|
(define princ #f)
|
||||||
|
(define print #f)
|
||||||
|
|
||||||
(define *builtins*
|
(define *builtins*
|
||||||
(vector
|
(vector
|
||||||
0 0 0 0 0 0 0 0 0 0 0 0
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
|
Loading…
Reference in New Issue