From: bal Date: Tue, 4 Dec 1984 13:03:49 +0000 (+0000) Subject: regsave_cost() returns void instead of short. X-Git-Tag: release-5-5~5905 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8db2c12881eba944d416e4a80de6840b3dad1217;p=ack.git regsave_cost() returns void instead of short. --- diff --git a/util/ego/ra/ra_profits.c b/util/ego/ra/ra_profits.c index bfe5399bb..3c725a035 100644 --- a/util/ego/ra/ra_profits.c +++ b/util/ego/ra/ra_profits.c @@ -134,7 +134,7 @@ opening_cost(itemtyp,localtyp,off,time_out,space_out) -short regsave_cost(regs,time_out,space_out) +regsave_cost(regs,time_out,space_out) short regs[], *time_out, *space_out; { /* Estimate the costs of saving and restoring the registers