Changeset 2871210 for include/bfd.h
- Timestamp:
- Jul 3, 2015, 6:08:20 PM (10 years ago)
- 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, string, with_gc
- Children:
- f6d7e0f
- Parents:
- 0df292b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/bfd.h
r0df292b r2871210 10 10 // Created On : Thu Jan 8 15:50:56 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S at May 16 07:54:59201513 // Update Count : 512 // Last Modified On : Sun Jun 28 09:07:14 2015 13 // Update Count : 7 14 14 15 15 // This include file uses the CFA keyword "type" as a field name of a structure. 16 16 // The name is changed only for the include file. 17 17 18 #ifndef type // nesting ? 18 19 #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__ 20 24 #undef type 25 #endif // __CFA_BFD_H__ 21 26 22 27 // Local Variables: //
Note: See TracChangeset
for help on using the changeset viewer.