From 1250cd639016e5567ba8214acf8bf81e8a3ce2db Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 17 Mar 2023 10:06:18 +0100 Subject: gas: expose flag_macro_alternate globally Yet again with the removal of gasp about 20 years ago this extra level of indirection isn't necessary anymore either. Drop macro.c's local variable and make as.c's global. While doing the conversion, switch the variable to "bool". --- gas/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index 11ceafb..ac39fc9 100644 --- a/gas/read.c +++ b/gas/read.c @@ -1616,7 +1616,7 @@ static void s_altmacro (int on) { demand_empty_rest_of_line (); - macro_set_alternate (on); + flag_macro_alternate = on; } /* Read a symbol name from input_line_pointer. -- cgit v1.1