From 2766e5e41be86e75a23c111c78f9ae45af71c8fe Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 16 Aug 2004 08:34:28 +0000 Subject: [PATCH] (macro_set_alternate): Use ISO C90 formatting. --- gas/ChangeLog | 2 ++ gas/macro.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 797ada7134a..08fc72ab6ff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ 2004-08-16 Nick Clifton + * macro.c (macro_set_alternate): Use ISO C90 formatting. + * configure.in: Sort architecture based tables alphabetically. * configure: Regenerate. diff --git a/gas/macro.c b/gas/macro.c index 1a89cc81dee..2df32971674 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -135,8 +135,7 @@ macro_init (int alternate, int mri, int strip_at, /* Switch in and out of alternate mode on the fly. */ void -macro_set_alternate(alternate) - int alternate; +macro_set_alternate (int alternate) { macro_alternate = alternate; } -- 2.30.2