From 9b19fe9ec3a59cd0f6e604b576fbeae9559a3551 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 5 Nov 1998 13:37:43 +0000 Subject: Forgot to commit last night. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23540 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/print-rtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/print-rtl.c') 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; -- cgit v1.2.3