mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	For some reason, %ifdef is failing now?! Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			82 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			82 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| %define FOO(x) x
 | |
| %ifndef FOO
 | |
|   %define FOO(x) _ %+ x
 | |
| %endif
 | |
| 
 | |
| FOO(this):
 | |
| 	jmp this
 |