TYPE_KINDs macro swappable with codegen/gen_src.cpp

This commit is contained in:
2024-05-05 02:43:27 -04:00
parent a33492da24
commit ca63883f78
4 changed files with 288 additions and 7 deletions
+1 -1
View File
@@ -2155,7 +2155,7 @@ struct String
static bool are_equal( String lhs, StrC rhs )
{
if ( lhs.length() != (rhs.Len - 1) )
if ( lhs.length() != (rhs.Len) )
return false;
for ( sw idx = 0; idx < lhs.length(); ++idx )