regsave_cost() return void instead of short.
This commit is contained in:
parent
8db2c12881
commit
9b72991e27
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue