regsave_cost() return void instead of short.

This commit is contained in:
bal 1984-12-04 13:04:27 +00:00
parent 8db2c12881
commit 9b72991e27

View file

@ -7,5 +7,5 @@
extern compute_profits();/* (alloc_p alloclist)
* Compute the profits attribute of every allocation.
*/
short regsave_cost(); /* (short regs[], *time_out, *space_out)
extern regsave_cost(); /* (short regs[], *time_out, *space_out)
*/