Add extern declaration for do_line_insertion_deletion_costs.
This commit is contained in:
parent
2f1139a47f
commit
a790fee232
1 changed files with 2 additions and 0 deletions
|
@ -1065,6 +1065,8 @@ calculate_ins_del_char_costs (frame)
|
|||
extern int x_screen_planes;
|
||||
#endif
|
||||
|
||||
extern do_line_insertion_deletion_costs ();
|
||||
|
||||
calculate_costs (frame)
|
||||
FRAME_PTR frame;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue