diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/macro.c b/gas/macro.c index 0991744..1a89cc8 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -132,6 +132,15 @@ macro_init (int alternate, int mri, int strip_at, macro_expr = expr; } +/* Switch in and out of alternate mode on the fly. */ + +void +macro_set_alternate(alternate) + int alternate; +{ + macro_alternate = alternate; +} + /* Switch in and out of MRI mode on the fly. */ void |