OSDN Git Service

Make sstring buf extern (rather than "common").
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 1994 00:04:34 +0000 (00:04 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 1994 00:04:34 +0000 (00:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6844 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fix-header.c

index 97f9805..59754a2 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;