diff options
author | Nick Clifton <nickc@redhat.com> | 2004-08-16 08:34:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-08-16 08:34:28 +0000 |
commit | 2766e5e41be86e75a23c111c78f9ae45af71c8fe (patch) | |
tree | 18f153f8f10bd008cc864cfdbeda73a92c450494 /gas/macro.c | |
parent | 4101eec8ebf4595ae25f6947b82b6c2d822ffa76 (diff) | |
download | binutils-2766e5e41be86e75a23c111c78f9ae45af71c8fe.zip binutils-2766e5e41be86e75a23c111c78f9ae45af71c8fe.tar.gz binutils-2766e5e41be86e75a23c111c78f9ae45af71c8fe.tar.bz2 |
(macro_set_alternate): Use ISO C90 formatting.
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/macro.c b/gas/macro.c index 1a89cc8..2df3297 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; } |