projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4101eec
)
(macro_set_alternate): Use ISO C90 formatting.
author
Nick Clifton
<nickc@redhat.com>
Mon, 16 Aug 2004 08:34:28 +0000
(08:34 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 16 Aug 2004 08:34:28 +0000
(08:34 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/macro.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 797ada7134a9b8e64e2e030db1cd443124446ffa..08fc72ab6ff5905c415fb58a49dc0c9285546824 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/macro.c
b/gas/macro.c
index 1a89cc81dee8980f502b8de04c996bb58abcda11..2df32971674223fdd48c432e9c472f3e94794141 100644
(file)
--- 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;
}