aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-03-21 16:04:34 -0800
committerPer Bothner <bothner@gcc.gnu.org>1994-03-21 16:04:34 -0800
commit8fb0620c66996ee343a66b7ea84e5bca6efea6f4 (patch)
tree8ffb0acb0c180ccc72ff363900c764fb156c789d /gcc/fix-header.c
parente3a771613feb915111421ff10f29937aee88c452 (diff)
downloadgcc-8fb0620c66996ee343a66b7ea84e5bca6efea6f4.zip
gcc-8fb0620c66996ee343a66b7ea84e5bca6efea6f4.tar.gz
gcc-8fb0620c66996ee343a66b7ea84e5bca6efea6f4.tar.bz2
Make sstring buf extern (rather than "common").
From-SVN: r6844
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 97f9805..59754a2 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -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;