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

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 b2551ce was b2551ce, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

remove unnecessary extern "C"

  • Property mode set to 100644
File size: 668 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 : Thu Jul 20 15:08:05 2017
14// Update Count     : 2
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.