diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-17 01:24:50 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-17 01:24:50 +0000 |
commit | 57c8b089a16407ddd2e9a2f70bb50e80abe10cb3 (patch) | |
tree | 2ff419588a5f6b1fb6c0bfdd9a5e832393ca624e /gcc/local-alloc.c | |
parent | d6108e890ccd55d45010ec888091489c26704be3 (diff) | |
download | gcc-57c8b089a16407ddd2e9a2f70bb50e80abe10cb3.zip gcc-57c8b089a16407ddd2e9a2f70bb50e80abe10cb3.tar.gz gcc-57c8b089a16407ddd2e9a2f70bb50e80abe10cb3.tar.bz2 |
local-alloc.c (local_alloc): Make it static.
* local-alloc.c (local_alloc): Make it static.
* rtl.h: Remove the prototype for local_alloc.
From-SVN: r109794
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 0380ff9..17f450f 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -338,7 +338,7 @@ alloc_qty (int regno, enum machine_mode mode, int size, int birth) /* Main entry point of this file. */ -int +static int local_alloc (void) { int i; |