mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
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
Add a link
Reference in a new issue