diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-05 13:37:43 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-05 13:37:43 +0000 |
commit | 9b19fe9ec3a59cd0f6e604b576fbeae9559a3551 (patch) | |
tree | ac2857a501004cd70e782de86a24782965005a95 /gcc/print-rtl.c | |
parent | e8d75e01eb20c284f9e0af614e6ec98df8c8f5df (diff) | |
download | gcc-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
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 2 |
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; |