source: src/libcfa/stdhdr/gmp.h@ f7cb0bc

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since f7cb0bc was 2893f6d, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

make gmp.h a CFA standard-header file

  • Property mode set to 100644
File size: 672 bytes
Line 
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.