diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-11 08:23:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-11 08:23:05 +0000 |
commit | 116c20d240af833e0a1f1f959951f57b6e465782 (patch) | |
tree | 345a9e65464ab3e045860c9dd7ac5b371186a347 /bfd/libcoff-in.h | |
parent | 514d955ded1ad3ca20e22ee3dddeabf0c3b84296 (diff) | |
download | binutils-gdb-116c20d240af833e0a1f1f959951f57b6e465782.tar.gz |
Convert to ISO C90 formatting
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 3958f84e891..464de9c91c2 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -362,7 +362,7 @@ extern void bfd_perform_slip /* Functions and types in cofflink.c. */ -#define STRING_SIZE_SIZE (4) +#define STRING_SIZE_SIZE 4 /* We use a hash table to merge identical enum, struct, and union definitions in the linker. */ |