vertex: forgotten rename of change_position -> changepos

laumann
May 10, 2023, 9:34 PM
DK7IMF5QDL6LS4CTE7EMNDE4HD2IPIK4OSXQG3BW5PJYTPXCBTZAC

Dependencies

  • [2] JAGXXSR7 change: initial work on decoding hunks
  • [3] ZKAOPMCH change: Implement decoding of edits, atoms, positions, among others
  • [4] 2U7P5SFQ Change struct names "struct foo -> typedef struct Foo"

Change contents

  • replacement in vertex.h at line 9
    [2.159][2.159:261]()
    #define CHANGE_POSITION_ROOT ((change_position)0)
    #define CHANGE_POSITION_BOTTOM ((change_position)1)
    [2.159]
    [2.261]
    #define CHANGE_POSITION_ROOT ((changepos)0)
    #define CHANGE_POSITION_BOTTOM ((changepos)1)