• Paul Eggert's avatar
    * indent.c: Integer overflow fixes. · 3f8236f4
    Paul Eggert authored
    (position_indentation): Now takes ptrdiff_t, not int.
    (Fvertical_motion): Don't wrap around LINES values that don't fit
    in 'int'.  Instead, treat them as extreme values.  This is good
    enough for windows, which can't have more than INT_MAX lines anyway.
    3f8236f4
indent.c 62.5 KB