Changeset 2111465 in git
- Timestamp:
- May 4, 2011, 7:02:52 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 02c42db0b19db524ec869930bffc30346b16abed
- Parents:
- c2e9b1b9072522952d372f53ec641b403bf41564
- git-author:
- Martin Lee <martinlee84@web.de>2011-05-04 19:02:52+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:34+01:00
- Location:
- libpolys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/si_gmp.h
rc2e9b1 r2111465 3 3 #ifndef INCL_CF_GMP_H 4 4 #define INCL_CF_GMP_H 5 #ifdef HAVE_FACTORY 6 #include <factory/cf_gmp.h> 7 #else 5 8 6 #if defined(__cplusplus) && defined(__GNUC__) 9 7 extern "C" { … … 16 14 #endif 17 15 18 #endif19 16 #endif /* ! INCL_CF_GMP_H */ -
libpolys/misc/auxiliary.h.in
rc2e9b1 r2111465 32 32 33 33 34 // no factory yet... 35 // #ifndef HAVE_FACTORY 36 // #define HAVE_FACTORY 37 // #endif 34 #ifndef HAVE_FACTORY 35 #define HAVE_FACTORY 36 #endif 38 37 39 38 // ---------------- end of parts/extensions
Note: See TracChangeset
for help on using the changeset viewer.