Remove TAG_ITER_DECLARECOUNTER
This branch gets rid of the need to use TAG_ITER_DECLARECOUNTER
for tag iterations, and declares the counter variables inside the for
loops on the loop macros instead (RIP C89), each given a unique name based on their line via __LINE__
and therefore avoiding variable shadowing.
Edited by Nev3r
Merge request reports
Activity
Filter activity
added 10 commits
-
a57c695f...41fe113a - 9 commits from branch
next
- 66d858fb - Merge branch 'next' of https://git.do.srb2.org/STJr/SRB2 into remove-iterdeclarations
-
a57c695f...41fe113a - 9 commits from branch
mentioned in commit b49238f7
changed milestone to %2.2.10
Please register or sign in to reply