Remove temp xwrite/x... and old princ/print
This commit is contained in:
		
							parent
							
								
									08b4fe31ed
								
							
						
					
					
						commit
						219578cff9
					
				| 
						 | 
				
			
			@ -1059,14 +1059,6 @@ static struct builtinspec printfunc_info[] = {
 | 
			
		|||
    { "write-shared", builtin_write_shared },
 | 
			
		||||
    { "write-simple", builtin_write_simple },
 | 
			
		||||
    { "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 }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,9 +5,6 @@
 | 
			
		|||
 | 
			
		||||
(define (void) #t)  ; the unspecified value
 | 
			
		||||
 | 
			
		||||
(define princ #f)
 | 
			
		||||
(define print #f)
 | 
			
		||||
 | 
			
		||||
(define *builtins*
 | 
			
		||||
  (vector
 | 
			
		||||
   0 0 0 0 0 0 0 0 0 0 0 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue