Skip to content
Snippets Groups Projects

Remove TAG_ITER_DECLARECOUNTER

Merged Nev3r requested to merge remove-iterdeclarations into next

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading