summaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 13:45:38 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 13:45:38 +0000
commitfbbbfe26e729cd98f6d787b1b0e9153276ed088d (patch)
tree70973eadca21e5bde7cb4528eac6f34cdd9f83bd /gcc/calls.c
parentffcdc9fae00477725d9815822ed93953d91de602 (diff)
downloadgcc-fbbbfe26e729cd98f6d787b1b0e9153276ed088d.tar.gz
* calls (stack_arg_under_construction): Make it static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96012 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index c84c903c332..f90e1a56ec4 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -119,7 +119,7 @@ static sbitmap stored_args_map;
returns a BLKmode struct) and expand_call must take special action
to make sure the object being constructed does not overlap the
argument list for the constructor call. */
-int stack_arg_under_construction;
+static int stack_arg_under_construction;
static void emit_call_1 (rtx, tree, tree, tree, HOST_WIDE_INT, HOST_WIDE_INT,
HOST_WIDE_INT, rtx, rtx, int, rtx, int,