Forgot to commit last night.
authorJeff Law <law@gcc.gnu.org>
Thu, 5 Nov 1998 13:37:43 +0000 (06:37 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Nov 1998 13:37:43 +0000 (06:37 -0700)
From-SVN: r23540

gcc/print-rtl.c

index e3b36fe0a262170a25d4f5699f35a03a5f830c67..1a0a16d82a885226b74302d0e3acbeb2e0f7e669 100644 (file)
@@ -45,7 +45,7 @@ static char *reg_names[] = REGISTER_NAMES;
 
 static FILE *outfile;
 
-char spaces[] = "                                                                                                                                                                ";
+static char spaces[] = "                                                                                                                                                                ";
 
 static int sawclose = 0;