PR 29320
* frags.h: Move declaration of struct obstack..
* as.h: ..to here.
/* Verbosity level. */
extern int verbose;
+struct obstack;
+
/* Obstack chunk size. Keep large for efficient space use, make small to
increase malloc calls for monitoring memory allocation. */
extern int chunksize;
#ifndef FRAGS_H
#define FRAGS_H
-struct obstack;
-
/* A code fragment (frag) is some known number of chars, followed by some
unknown number of chars. Typically the unknown number of chars is an
instruction address whose size is yet unknown. We always know the greatest