diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:42:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:42:16 +0000 |
commit | e60b52c622c0f0183143ddfe011a09bb5c0e1dce (patch) | |
tree | 1141cd882ac11a568ff07376784f28472e03804c /bfd/bfd-in.h | |
parent | 814f6641275e048cfcd064058c8074d14865584a (diff) | |
download | gdb-e60b52c622c0f0183143ddfe011a09bb5c0e1dce.zip gdb-e60b52c622c0f0183143ddfe011a09bb5c0e1dce.tar.gz gdb-e60b52c622c0f0183143ddfe011a09bb5c0e1dce.tar.bz2 |
2000-11-28 Kazu Hirata <kazu@hxi.com>
* aoutx.h: Fix formatting.
* bfd-in.h: Likewise.
* bfd-in2.h: Likewise.
* cache.c: Likewise.
* cisco-core.c: Likewise.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* coffswap.h: Likewise.
* corefile.c: Likewise.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index d5344bf..cc03024 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -177,8 +177,8 @@ typedef unsigned long symvalue; typedef unsigned long bfd_size_type; /* Print a bfd_vma x on stream s. */ -#define fprintf_vma(s,x) fprintf(s, "%08lx", x) -#define sprintf_vma(s,x) sprintf(s, "%08lx", x) +#define fprintf_vma(s,x) fprintf (s, "%08lx", x) +#define sprintf_vma(s,x) sprintf (s, "%08lx", x) #endif /* not BFD64 */ |