gas: use flag_mri directly in macro processing

Again with the removal of gasp about 20 years ago the extra level of
indirection isn't necessary anymore. Drop macro.c's local variable and
use the global flag directly.
This commit is contained in:
Jan Beulich
2023-03-17 10:05:57 +01:00
parent 6786a0211c
commit dc3f65f030
4 changed files with 23 additions and 39 deletions

View File

@@ -83,10 +83,9 @@ extern htab_t macro_hash;
extern int buffer_and_nest (const char *, const char *, sb *,
size_t (*) (sb *));
extern void macro_init (int, int);
extern void macro_init (int);
extern void macro_end (void);
extern void macro_set_alternate (int);
extern void macro_mri_mode (int);
extern macro_entry *define_macro (sb *, sb *, size_t (*) (sb *));
extern int check_macro (const char *, sb *, const char **, macro_entry **);
extern void delete_macro (const char *);