summaryrefslogtreecommitdiffstats
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-28 21:42:16 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-28 21:42:16 +0000
commite60b52c622c0f0183143ddfe011a09bb5c0e1dce (patch)
tree1141cd882ac11a568ff07376784f28472e03804c /bfd/bfd-in.h
parent814f6641275e048cfcd064058c8074d14865584a (diff)
downloadppe42-binutils-e60b52c622c0f0183143ddfe011a09bb5c0e1dce.tar.gz
ppe42-binutils-e60b52c622c0f0183143ddfe011a09bb5c0e1dce.zip
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index d5344bfa7d..cc030246bc 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 */
OpenPOWER on IntegriCloud