Remove temp xwrite/x... and old princ/print

This commit is contained in:
Lassi Kortela 2019-08-25 23:27:59 +03:00
parent 08b4fe31ed
commit 219578cff9
2 changed files with 0 additions and 11 deletions

View File

@ -1059,14 +1059,6 @@ static struct builtinspec printfunc_info[] = {
{ "write-shared", builtin_write_shared }, { "write-shared", builtin_write_shared },
{ "write-simple", builtin_write_simple }, { "write-simple", builtin_write_simple },
{ "newline", builtin_newline }, { "newline", builtin_newline },
{ "xdisplay", builtin_display },
{ "xdisplayln", builtin_displayln },
{ "xwrite", builtin_write },
{ "xwriteln", builtin_writeln },
{ "xwrite-shared", builtin_write_shared },
{ "xwrite-simple", builtin_write_simple },
{ "xnewline", builtin_newline },
{ NULL, NULL } { NULL, NULL }
}; };

View File

@ -5,9 +5,6 @@
(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