summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-16 21:04:19 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-16 21:04:19 +0000
commitf05e7d48d2dbad63c124775273b2c9f5fcf1f151 (patch)
tree7bd5395728a9b5031d7319acfbaec2c8472c3726 /gcc/global.c
parentd9560eb6d76af8f75c747c275720c208f2766091 (diff)
downloadgcc-f05e7d48d2dbad63c124775273b2c9f5fcf1f151.tar.gz
* global.c (global_alloc): Make it static.
* rtl.h: Remove the prototype for global_alloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109771 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index e88e1012a5e..defaeaf4f3f 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -332,7 +332,7 @@ static void make_accurate_live_analysis (void);
Return value is nonzero if reload failed
and we must not do any more for this function. */
-int
+static int
global_alloc (FILE *file)
{
int retval;