regsave_cost() return void instead of short.
authorbal <none@none>
Tue, 4 Dec 1984 13:04:27 +0000 (13:04 +0000)
committerbal <none@none>
Tue, 4 Dec 1984 13:04:27 +0000 (13:04 +0000)
util/ego/ra/ra_profits.h

index 6eb6f8f..443b363 100644 (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)
                         */