summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 01:24:50 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 01:24:50 +0000
commit46a3cafbc55a1255588a363dd9a65f44726cf379 (patch)
tree2ff419588a5f6b1fb6c0bfdd9a5e832393ca624e /gcc/local-alloc.c
parentcd5220aff863e62711e751e1d0e83b84e6ab5b06 (diff)
downloadgcc-46a3cafbc55a1255588a363dd9a65f44726cf379.tar.gz
* local-alloc.c (local_alloc): Make it static.
* rtl.h: Remove the prototype for local_alloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index 0380ff974e7..17f450f65e1 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;