Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/bfd.h

    rb87a5ed r2871210  
    1010// Created On       : Thu Jan  8 15:50:56 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 07:54:59 2015
    13 // Update Count     : 5
     12// Last Modified On : Sun Jun 28 09:07:14 2015
     13// Update Count     : 7
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    1616// The name is changed only for the include file.
    1717
     18#ifndef type    // nesting ?
    1819#define type `type`
    19 #include_next <math.h>
     20#define __CFA_BFD_H__
     21#endif // type
     22#include_next <bfd.h>
     23#ifdef __CFA_BFD_H__
    2024#undef type
     25#endif // __CFA_BFD_H__
    2126
    2227// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.