From 9b72991e27b9bfd767411ed57c28a4dc86822e39 Mon Sep 17 00:00:00 2001 From: bal Date: Tue, 4 Dec 1984 13:04:27 +0000 Subject: [PATCH] regsave_cost() return void instead of short. --- util/ego/ra/ra_profits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.34.1