On 10/31/2014 10:01 PM, Manuel López-Ibáñez wrote:
+ sense. So let's live the location intact in that case. */
s/live/leave/
+ /* If MAP is not the last line map of its set, then the new location + (loc + offset) should be less than the first location encoded by + the next line map of the set. */
+ linemap_assert (MAP_START_LOCATION (&map[1]) < loc + offset);
This comparison looks backwards from the comment. Jason