(macro_set_alternate): Use ISO C90 formatting.

This commit is contained in:
Nick Clifton 2004-08-16 08:34:28 +00:00
parent 4101eec8eb
commit 2766e5e41b
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2004-08-16 Nick Clifton <nickc@redhat.com>
* macro.c (macro_set_alternate): Use ISO C90 formatting.
* configure.in: Sort architecture based tables alphabetically.
* configure: Regenerate.

View File

@ -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;
}