mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	remove tok_to_str, fix for parsing inpalce dfinitions that don't have an identifier for the type.
This commit is contained in:
		@@ -39,7 +39,7 @@ CodeConstructor parse_constructor( Str def )
 | 
			
		||||
 | 
			
		||||
	while ( left && tok_is_specifier(currtok) )
 | 
			
		||||
	{
 | 
			
		||||
		Specifier spec = str_to_specifier( tok_to_str(currtok) );
 | 
			
		||||
		Specifier spec = str_to_specifier( currtok.Text );
 | 
			
		||||
 | 
			
		||||
		b32 ignore_spec = false;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user