Skip to content
  • rswindell's avatar
    Elimianted LINK_LIST_DONT_FREE flag (now unnecessary) · df946cd4
    rswindell authored
    listRemoveNode() now accepts BOOL free_data argument to specify whether or not
    to free the node's data pointer (list and node flags not used in determination)
    Renamed listPopFirstNode() macro to listShiftNode().
    listPopNode() and listShiftNode() macros now never free the node data pointer.
    df946cd4