summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
commitb08e4f870c60d108e1e8338acb31dd9fe4334c96 (patch)
treea3eadb227ede01f676ef8e38c170530c6ab18131 /gas/as.h
parentb2596a9cb81575f49974370ba73cdb4e92025c8a (diff)
downloadbinutils-redhat-b08e4f870c60d108e1e8338acb31dd9fe4334c96.tar.gz
* as.h: Fix formatting.
* cgen.c: Likewise. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * frags.h: Likewise. * gasp.c: Likewise. * macro.c: Likewise. * read.c: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index ed825744cf..539806a46a 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -168,7 +168,7 @@ extern char **environ;
/* Hack to make "gcc -Wall" not complain about obstack macros. */
#if !defined (memcpy) && !defined (bcopy)
-#define bcopy(src,dest,size) memcpy(dest,src,size)
+#define bcopy(src,dest,size) memcpy (dest, src, size)
#endif
/* Make Saber happier on obstack.h. */