aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-17 14:43:56 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-03-10 22:42:45 +0100
commit929b10d66002e85202f446ed7e0ad8ec4c01f637 (patch)
treea894453c272eb0b9eb27833dc111afa9f4717ce5 /validation
parent2cd6d34e815a7442b0b113f395504131b3a92e77 (diff)
downloadsparse-dev-929b10d66002e85202f446ed7e0ad8ec4c01f637.tar.gz
no needs to use MARK_CURRENT_DELETED() for multi-jumps
MARK_CURRENT_DELETED() was added for the case(s) where an element must be removed from the list but the address of the other elements must not be changed. In this case of effectively removing the element from it list, the element is 'marked' as deleted in the list and the list walking macros will later take this in account. However, this is never needed for multi-jumps. So, use the usual DELETE_CURRENT_PTR() for them. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions