Ignore:
Timestamp:
Aug 16, 2003, 11:33:53 PM (22 years ago)
Author:
bird
Message:

Joined the port of 2.11.2 with 2.14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/sysdep.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r617 r618  
    132132#endif
    133133
     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
    134140#ifdef ENABLE_NLS
    135141#include <libintl.h>
Note: See TracChangeset for help on using the changeset viewer.