Changeset ed47edf in git


Ignore:
Timestamp:
Jul 19, 2011, 12:45:22 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    rcab375 red47edf  
    33
    44
    5 #ifdef _cplusplus
     5#ifdef __cplusplus
    66  #define __cplusplus_backup __cplusplus
    77  #undef __cplusplus
  • 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 */
  • libpolys/resources/feResource.h

    rcab375 red47edf  
    1616#endif
    1717
    18 #ifdef _cplusplus
     18#ifdef __cplusplus
    1919/*****************************************************************
    2020 *
     
    4545
    4646#endif
    47 /* end ifdef _cplusplus */
     47/* end ifdef __cplusplus */
    4848
    4949
Note: See TracChangeset for help on using the changeset viewer.