Skip to content

Instantly share code, notes, and snippets.

@aclamk
Created November 20, 2018 15:07
Show Gist options
  • Save aclamk/698218316bbef1a9e53f0ae26507406a to your computer and use it in GitHub Desktop.
Save aclamk/698218316bbef1a9e53f0ae26507406a to your computer and use it in GitHub Desktop.
temp
#if BLI_OLD
unsigned off; // in bl
list_iter_t p;
unsigned p_off; // in *p
#endif
#if BLI_NEW
mutable const char* current;
mutable const char* limit;
list_iter_t pp;
mutable unsigned off_anchor;
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment