source: include/bfd.h @ 991bd31

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 991bd31 was 991bd31, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

add patching include files

  • Property mode set to 100644
File size: 586 bytes
Line 
1//                              -*- Mode: C++ -*-
2//
3// Cforall Version 1.0.0, Copyright (C) Peter A. Buhr 2015
4//
5// bfd.h --
6//
7// Author           : Peter A. Buhr
8// Created On       : Thu Jan  8 15:50:56 2015
9// Last Modified By : Peter A. Buhr
10// Last Modified On : Sat Jan 10 14:12:35 2015
11// Update Count     : 3
12
13// This include file uses the CFA keyword "type" as a field name of a structure.
14// The name is changed only for the include file.
15
16#define type `type`
17#include_next <math.h>
18#undef type
19
20// Local Variables: //
21// compile-command: "make install" //
22// End: //
Note: See TracBrowser for help on using the repository browser.