Merge branch 'dev'

This commit is contained in:
Edward R. Gonzalez 2023-09-28 20:36:12 -04:00
commit 7f562cd77f

View File

@ -5620,7 +5620,7 @@ CodeVar parse_variable()
// Ignore const specifiers, they're handled by the type // Ignore const specifiers, they're handled by the type
if ( spec == ESpecifier::Const ) if ( spec == ESpecifier::Const )
continue; break;
specs_found[NumSpecifiers] = spec; specs_found[NumSpecifiers] = spec;
NumSpecifiers++; NumSpecifiers++;