diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8910d669b1..bc3b8dedda 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 H.J. Lu + + * coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h. + 2005-04-11 Nick Clifton * aout-target.h: Convert to ISO C. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 1652a2ff8a..f5e56e4f89 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -307,7 +307,7 @@ CODE_FRAGMENT #include "coffswap.h" #endif -#define STRING_SIZE_SIZE (4) +#define STRING_SIZE_SIZE 4 #define DOT_DEBUG ".debug" #define GNU_LINKONCE_WI ".gnu.linkonce.wi."