diff options
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |