source: src/libcfa/stdhdr/gmp.h @ 2893f6d

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 2893f6d was 2893f6d, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

make gmp.h a CFA standard-header file

  • Property mode set to 100644
File size: 672 bytes
RevLine 
[2893f6d]1//                               -*- Mode: C -*-
2//
3// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
4//
5// The contents of this file are covered under the licence agreement in the
6// file "LICENCE" distributed with Cforall.
7//
8// gmp.h --
9//
10// Author           : Peter A. Buhr
11// Created On       : Sun May 14 23:46:01 2017
12// Last Modified By : Peter A. Buhr
13// Last Modified On : Sun May 14 23:46:34 2017
14// Update Count     : 1
15//
16
17extern "C" {
18#include_next <gmp.h>                                                                   // has internal check for multiple expansion
19} // extern "C"
20
21// Local Variables: //
22// tab-width: 4 //
23// mode: c++ //
24// compile-command: "make install" //
25// End: //
Note: See TracBrowser for help on using the repository browser.