diff options
Diffstat (limited to 'gas/macro.h')
-rw-r--r-- | gas/macro.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/macro.h b/gas/macro.h index 958a84bd..4e56125 100644 --- a/gas/macro.h +++ b/gas/macro.h @@ -73,6 +73,10 @@ extern int macro_defined; extern int macro_nest; +/* The macro hash table. */ + +extern struct hash_control *macro_hash; + extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *)); extern void macro_init (int, int, int, int (*) (const char *, int, sb *, int *)); |