bug fix: defined(aap)1 expanded to 01
This commit is contained in:
		
							parent
							
								
									c4e0fddf5b
								
							
						
					
					
						commit
						c19026af9e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -195,6 +195,7 @@ expand_defined(repl)
 | 
			
		|||
	if (parens && ch != ')') error(") missing");
 | 
			
		||||
	if (!parens || ch != ')') UnGetChar();
 | 
			
		||||
	add2repl(repl, (id && id->id_macro) ? '1' : '0');
 | 
			
		||||
	add2repl(repl, ' ');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
newarg(args)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue