summaryrefslogtreecommitdiff
path: root/gprof/vax.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/vax.c')
-rw-r--r--gprof/vax.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gprof/vax.c b/gprof/vax.c
index 9d67430c4b..bce1e7218b 100644
--- a/gprof/vax.c
+++ b/gprof/vax.c
@@ -50,8 +50,7 @@ struct modebyte
/*
* A symbol to be the child of indirect calls:
*/
-Sym indirectchild;
-
+static Sym indirectchild;
static operandenum vax_operandmode PARAMS ((struct modebyte *));
static char *vax_operandname PARAMS ((operandenum));