diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-03 02:25:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-03 02:25:33 +0000 |
commit | d1a6c2428d38a8a36727df7f693d784854172701 (patch) | |
tree | e1ec82f85326d1a8e347a25b10a95b00a4c5f6ec /gas/as.h | |
parent | 38110bc4c34ea54dfcdd65dcd09dc1364240fa5e (diff) | |
download | gdb-d1a6c2428d38a8a36727df7f693d784854172701.zip gdb-d1a6c2428d38a8a36727df7f693d784854172701.tar.gz gdb-d1a6c2428d38a8a36727df7f693d784854172701.tar.bz2 |
* 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |