Changeset ed47edf in git for libpolys/coeffs


Ignore:
Timestamp:
Jul 19, 2011, 12:45:22 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b938f43f09b016c0e34ed3e723d3d187af898b48
Parents:
cab375d56d605292e44b155cb07f350026731a7c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 12:45:22+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:57+01:00
Message:
fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/si_gmp.h

    rcab375 red47edf  
    11/* $Id$ */
    22
    3 #ifndef INCL_CF_GMP_H
    4 #define INCL_CF_GMP_H
     3#ifndef SI_GMP_H
     4#define SI_GMP_H
    55
    66#if defined(__cplusplus) && defined(__GNUC__)
    7 extern "C" {
    8 #undef __cplusplus
    9 #include <gmp.h>
    10 }
    11 #define __cplusplus 1
     7  #define __cplusplus_backup __cplusplus
     8  #undef __cplusplus
     9  extern "C" {
     10  #include <gmp.h>
     11  }
     12  #define __cplusplus __cplusplus_backup
    1213#else
    13 #include <gmp.h>
     14  #include <gmp.h>
    1415#endif
    1516
    16 #endif /* ! INCL_CF_GMP_H */
     17#endif /* ! SI_GMP_H */
Note: See TracChangeset for help on using the changeset viewer.