mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	compiling again...
This commit is contained in:
		@@ -60,7 +60,7 @@ enum Operator : u32
 | 
			
		||||
 | 
			
		||||
inline Str operator_to_str( Operator op )
 | 
			
		||||
{
 | 
			
		||||
	local_persist Str lookup[47] = {
 | 
			
		||||
	local_persist Str lookup[] = {
 | 
			
		||||
		{ "INVALID",  sizeof( "INVALID" ) - 1  },
 | 
			
		||||
		{ "=",        sizeof( "=" ) - 1        },
 | 
			
		||||
		{ "+=",       sizeof( "+=" ) - 1       },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user