mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix the other bison warning in ilang_parser.y
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									b37c31e2cb
								
							
						
					
					
						commit
						20268d12a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -45,7 +45,7 @@ YOSYS_NAMESPACE_END
 | 
				
			||||||
USING_YOSYS_NAMESPACE
 | 
					USING_YOSYS_NAMESPACE
 | 
				
			||||||
%}
 | 
					%}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%name-prefix "rtlil_frontend_ilang_yy"
 | 
					%define api.prefix {rtlil_frontend_ilang_yy}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%union {
 | 
					%union {
 | 
				
			||||||
	char *string;
 | 
						char *string;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue