comparison src/coding.c @ 20668:84032a5b04a9

(code_convert_region): Delete duplicate local `zv_before'.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Jan 1998 04:43:08 +0000
parents b382c9ca6c39
children dd46027e8412
comparison
equal deleted inserted replaced
20667:64af046211eb 20668:84032a5b04a9
3444 int shrunk_beg_byte, shrunk_end_byte; 3444 int shrunk_beg_byte, shrunk_end_byte;
3445 int shrunk_beg; 3445 int shrunk_beg;
3446 int shrunk_len_byte; 3446 int shrunk_len_byte;
3447 int new_len_byte; 3447 int new_len_byte;
3448 int buflen; 3448 int buflen;
3449 int zv_before;
3450 3449
3451 shrunk_beg_byte = PTR_BYTE_POS (begp); 3450 shrunk_beg_byte = PTR_BYTE_POS (begp);
3452 shrunk_beg = BYTE_TO_CHAR (shrunk_beg_byte); 3451 shrunk_beg = BYTE_TO_CHAR (shrunk_beg_byte);
3453 shrunk_end_byte = PTR_BYTE_POS (endp); 3452 shrunk_end_byte = PTR_BYTE_POS (endp);
3454 shrunk_len_byte = shrunk_end_byte - shrunk_beg_byte; 3453 shrunk_len_byte = shrunk_end_byte - shrunk_beg_byte;