aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2005-04-11 16:55:48 +0000
committerH.J. Lu <hjl.tools@gmail.com>2005-04-11 16:55:48 +0000
commitb5b2699cd62e27bbf96558fdfce753babba5baf0 (patch)
treedd800eed05408dc7998eea778acf54678f002c1e /bfd/coffcode.h
parent53260797e5d2ddf4797b2dcf6885ea6e6357bd21 (diff)
downloadfsf-binutils-gdb-b5b2699cd62e27bbf96558fdfce753babba5baf0.zip
fsf-binutils-gdb-b5b2699cd62e27bbf96558fdfce753babba5baf0.tar.gz
fsf-binutils-gdb-b5b2699cd62e27bbf96558fdfce753babba5baf0.tar.bz2
2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
* coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 1652a2f..f5e56e4 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."