mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	If an include file exists, but cannot be opened, that is still a critical error. However, downgrade this from a fatal to a nonfatal error. There really isn't any reason to stop cold here. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			61 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			61 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| ; Test an infinite %include loop
 | |
| %include "include-self.asm"
 |