source: include/math.h @ 02e9ae2

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 02e9ae2 was 991bd31, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

add patching include files

  • Property mode set to 100644
File size: 587 bytes
Line 
1//                              -*- Mode: C++ -*-
2//
3// Cforall Version 1.0.0, Copyright (C) Peter A. Buhr 2014
4//
5// math.h --
6//
7// Author           : Peter A. Buhr
8// Created On       : Mon Nov 10 23:41:29 2014
9// Last Modified By : Peter A. Buhr
10// Last Modified On : Sat Jan 10 14:12:21 2015
11// Update Count     : 2
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.