Changeset a56767c for include/bfdlink.h


Ignore:
Timestamp:
Jan 11, 2016, 2:53:01 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
77acda06
Parents:
974906e2 (diff), 61f9356 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/bfdlink.h

    r974906e2 ra56767c  
    1010// Created On       : Sat Jun 27 09:14:00 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:08:26 2015
    13 // Update Count     : 3
     12// Last Modified On : Mon Dec 21 08:47:03 2015
     13// Update Count     : 4
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_BFDLINK_H__
    21 #endif // type
    22 #include_next <bfdlink.h>
    23 #ifdef __CFA_BFDLINK_H__
     20#endif // ! type
     21
     22#include_next <bfdlink.h>                                                               // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_BFDLINK_H__ )             // reset only if set
    2425#undef type
    25 #endif // __CFA_BFDLINK_H__
     26#undef __CFA_BFDLINK_H__
     27#endif // type && __CFA_BFDLINK_H__
    2628
    2729// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.