mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	verilog_lexer: remove comment
Co-authored-by: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									abb8b8d28b
								
							
						
					
					
						commit
						39c5c256c0
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -83,8 +83,6 @@ YOSYS_NAMESPACE_END
 | 
			
		|||
	string_t val = std::make_unique<std::string>(std::string("\\") + YYText()); \
 | 
			
		||||
	return parser::make_TOK_ID(std::move(val), out_loc);
 | 
			
		||||
 | 
			
		||||
// #define YY_INPUT(buf,result,max_size) \
 | 
			
		||||
// 	result = readsome(*extra->lexin, buf, max_size)
 | 
			
		||||
 | 
			
		||||
#define YY_USER_ACTION \
 | 
			
		||||
	out_loc.step(); \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue