From: bal Date: Tue, 4 Dec 1984 13:04:27 +0000 (+0000) Subject: regsave_cost() return void instead of short. X-Git-Tag: release-5-5~5904 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9b72991e27b9bfd767411ed57c28a4dc86822e39;p=ack.git regsave_cost() return void instead of short. --- diff --git a/util/ego/ra/ra_profits.h b/util/ego/ra/ra_profits.h index 6eb6f8f84..443b3631d 100644 --- a/util/ego/ra/ra_profits.h +++ b/util/ego/ra/ra_profits.h @@ -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) */