summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-05 13:37:43 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-05 13:37:43 +0000
commit9b19fe9ec3a59cd0f6e604b576fbeae9559a3551 (patch)
treeac2857a501004cd70e782de86a24782965005a95
parente8d75e01eb20c284f9e0af614e6ec98df8c8f5df (diff)
downloadgcc-9b19fe9ec3a59cd0f6e604b576fbeae9559a3551.tar.gz
Forgot to commit last night.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23540 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/print-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c
index e3b36fe0a26..1a0a16d82a8 100644
--- a/gcc/print-rtl.c
+++ b/gcc/print-rtl.c
@@ -45,7 +45,7 @@ static char *reg_names[] = REGISTER_NAMES;
static FILE *outfile;
-char spaces[] = " ";
+static char spaces[] = " ";
static int sawclose = 0;