source: include/bfd.h@ 643a2e1

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 643a2e1 was 991bd31, checked in by Peter A. Buhr <pabuhr@…>, 11 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.