]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make sstring buf extern (rather than "common").
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 22 Mar 1994 00:04:34 +0000 (16:04 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 22 Mar 1994 00:04:34 +0000 (16:04 -0800)
From-SVN: r6844

gcc/fix-header.c

index 97f9805d584585d47e62fd96bfa4d176fce9d703..59754a2e26f1ff88c14d81d9c0c68ae81cd5436e 100644 (file)
@@ -82,6 +82,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "obstack.h"
 #include "scan.h"
 
+extern sstring buf;
+
 int verbose = 0;
 int partial_count = 0;
 #if 0
@@ -167,7 +169,6 @@ char *inc_filename;
 int inc_filename_length;
 char *progname = "fix-header";
 FILE *outf;
-sstring buf;
 sstring line;
 
 int lbrac_line, rbrac_line;