8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <system.h>
 | |
| #include "back.h"
 | |
| 
 | |
| not_implemented( instr)
 | |
| char *instr;
 | |
| {
 | |
| 	fprint( STDERR, "!!	%s, NOT implemented	!!\n", instr);
 | |
| }
 |