summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 23:14:21 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 23:14:21 +0000
commit69d39d70bcf9fc50042a25eaf47ab2bd4d085183 (patch)
tree796db61a51f55e259151a976c94c2d0df8170717 /gcc/explow.c
parent91ffb709a082b22648ee346a830ec92e2d0ee36c (diff)
downloadgcc-69d39d70bcf9fc50042a25eaf47ab2bd4d085183.tar.gz
* c-typeck.c (c_size_in_bytes, record_maybe_used_decl):
Make them static. * c-tree.h: Remove the corresponding prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 45126f6c420..a3e28ff16ec 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -875,7 +875,7 @@ anti_adjust_stack (rtx adjust)
/* Round the size of a block to be pushed up to the boundary required
by this machine. SIZE is the desired size, which need not be constant. */
-rtx
+static rtx
round_push (rtx size)
{
int align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT;