Make sstring buf extern (rather than "common").

From-SVN: r6844
This commit is contained in:
Per Bothner 1994-03-21 16:04:34 -08:00
parent e3a771613f
commit 8fb0620c66
1 changed files with 2 additions and 1 deletions

View 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;