aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/as.h2
-rw-r--r--gas/frags.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/as.h b/gas/as.h
index ec0c12a..4fac7d2 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -385,6 +385,8 @@ extern int max_macro_nest;
/* 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;
diff --git a/gas/frags.h b/gas/frags.h
index 4306c97..a03f2d1 100644
--- a/gas/frags.h
+++ b/gas/frags.h
@@ -21,8 +21,6 @@
#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