Changeset ed47edf in git
- Timestamp:
- Jul 19, 2011, 12:45:22 PM (12 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gmp.h
rcab375 red47edf 3 3 4 4 5 #ifdef _ cplusplus5 #ifdef __cplusplus 6 6 #define __cplusplus_backup __cplusplus 7 7 #undef __cplusplus -
libpolys/coeffs/si_gmp.h
rcab375 red47edf 1 1 /* $Id$ */ 2 2 3 #ifndef INCL_CF_GMP_H4 #define INCL_CF_GMP_H3 #ifndef SI_GMP_H 4 #define SI_GMP_H 5 5 6 6 #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 12 13 #else 13 #include <gmp.h>14 #include <gmp.h> 14 15 #endif 15 16 16 #endif /* ! INCL_CF_GMP_H */17 #endif /* ! SI_GMP_H */ -
libpolys/resources/feResource.h
rcab375 red47edf 16 16 #endif 17 17 18 #ifdef _ cplusplus18 #ifdef __cplusplus 19 19 /***************************************************************** 20 20 * … … 45 45 46 46 #endif 47 /* end ifdef _ cplusplus */47 /* end ifdef __cplusplus */ 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.