Core: Small cleanup
This commit is contained in:
2
base.cpp
2
base.cpp
@@ -344,5 +344,5 @@ operator!=(Intern_String a, Intern_String b) {
|
||||
return !result;
|
||||
}
|
||||
|
||||
#define For_Linked_List_Named(a, it) for (auto *it = (a); it; it = it->next) // @todo: reference?
|
||||
#define For_Linked_List_Named(a, it) for (auto *it = (a); it; it = it->next)
|
||||
#define For_Linked_List(a) For_Linked_List_Named(a, it)
|
||||
|
||||
Reference in New Issue
Block a user