mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Skip spaces around macro arguments
This commit is contained in:
		
							parent
							
								
									a7281930c5
								
							
						
					
					
						commit
						872d8d49e9
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -244,6 +244,7 @@ static bool try_expand_macro(std::set<std::string> &defines_with_args,
 | 
			
		|||
				args.push_back(std::string());
 | 
			
		||||
				while (1)
 | 
			
		||||
				{
 | 
			
		||||
					skip_spaces();
 | 
			
		||||
					tok = next_token(true);
 | 
			
		||||
					if (tok == ")" || tok == "}" || tok == "]")
 | 
			
		||||
						level--;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue