• Show log

    Commit

  • Hash : 350d2c47
    Author : Patrick Steinhardt
    Date : 2017-05-19T14:22:35

    index: remove file-scope entry size macros
    
    All index entry size computations are now performed in
    `index_entry_size`. As such, we do not need the file-scope macros for
    computing these sizes anymore. Remove them and move the `entry_size`
    macro into the `index_entry_size` function.