2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Apr 2005 16:55:48 +0000 (16:55 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Apr 2005 16:55:48 +0000 (16:55 +0000)
* coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.

bfd/ChangeLog
bfd/coffcode.h

index 8910d66..bc3b8de 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
+
 2005-04-11  Nick Clifton  <nickc@redhat.com>
        
        * aout-target.h:  Convert to ISO C.
index 1652a2f..f5e56e4 100644 (file)
@@ -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."