Added rule to allow number member types to be used as FOR counter

This commit is contained in:
n00b87
2024-04-26 00:03:30 -05:00
parent 6587dc2898
commit db229aece8
4 changed files with 89 additions and 3 deletions

View File

@@ -1439,6 +1439,10 @@ void init_embedded_functions()
void init_embedded_types()
{
create_type("empty");
}
void init_embedded_variables()
{
}
#endif // RC_BUILTIN_H_INCLUDED