Changeset 618 for trunk/src/binutils/bfd/sysdep.h
- Timestamp:
- Aug 16, 2003, 11:33:53 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/sysdep.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r617 r618 132 132 #endif 133 133 134 /* Define offsetof for those systems which lack it */ 135 136 #ifndef offsetof 137 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) 138 #endif 139 134 140 #ifdef ENABLE_NLS 135 141 #include <libintl.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.