comparison src/intervals.c @ 3333:962106f58afe

(interval_deletion_adjustment): Delete unreachable abort.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 00:08:24 +0000
parents 857bb0f59668
children 07b454ddc666
comparison
equal deleted inserted replaced
3332:b2e9e2ae0e10 3333:962106f58afe
833 } 833 }
834 } 834 }
835 } 835 }
836 836
837 /* Never reach here */ 837 /* Never reach here */
838 abort ();
839 } 838 }
840 839
841 /* Effect the adjustments neccessary to the interval tree of BUFFER 840 /* Effect the adjustments neccessary to the interval tree of BUFFER
842 to correspond to the deletion of LENGTH characters from that buffer 841 to correspond to the deletion of LENGTH characters from that buffer
843 text. The deletion is effected at position START (relative to the 842 text. The deletion is effected at position START (relative to the