Changeset 9c6887 in git
- Timestamp:
- May 10, 2011, 5:31:54 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e76d7a6a2e86e096123a21c9710d1cdabfdecd74
- Parents:
- 69181b37612b63bbfd20ec69a9c0e590772cae58
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 17:31:54+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:44+01:00
- Location:
- factory
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.cc
r69181b3 r9c6887 17 17 18 18 #ifdef HAVE_NTL 19 #ifndef NOSTREAMIO 19 20 #ifdef HAVE_CSTDIO 20 21 #include <cstdio> 21 22 #else 22 23 #include <stdio.h> 24 #endif 23 25 #endif 24 26 #include <string.h> -
factory/NTLconvert.h
r69181b3 r9c6887 5 5 #include <config.h> 6 6 7 #ifdef HAVE_NTL 8 7 9 #include "cf_gmp.h" 8 9 #include "cf_assert.h"10 10 11 11 #include "cf_defs.h" … … 19 19 #include "cf_algorithm.h" 20 20 21 #ifdef HAVE_NTL22 21 23 22 #include <NTL/ZZXFactoring.h> … … 34 33 #include <NTL/mat_lzz_pE.h> 35 34 35 #include "cf_assert.h" 36 36 37 37 #ifdef NTL_CLIENT // in <NTL/tools.h>: using of name space NTL -
factory/algext.cc
r69181b3 r9c6887 1 1 #include "factoryconf.h" 2 2 3 #ifndef NOSTREAMIO 3 4 #ifdef HAVE_CSTDIO 4 5 #include <cstdio> … … 6 7 #include <stdio.h> 7 8 #endif 8 #ifndef NOSTREAMIO9 9 #ifdef HAVE_IOSTREAM_H 10 10 #include <iostream.h> -
factory/cf_assert.h
r69181b3 r9c6887 30 30 31 31 #ifdef __cplusplus 32 #ifndef NOSTREAMIO 32 33 #ifdef HAVE_CSTDIO 33 34 #include <cstdio> … … 41 42 #include <stdio.h> 42 43 #include <stdlib.h> 44 #endif 43 45 #endif 44 46 -
factory/timing.h
r69181b3 r9c6887 18 18 #include <sys/param.h> 19 19 #endif 20 #ifndef NOSTREAMIO 20 21 #ifdef HAVE_CSTDIO 21 22 #include <cstdio> 22 23 #else 23 24 #include <stdio.h> 25 #endif 24 26 #endif 25 27
Note: See TracChangeset
for help on using the changeset viewer.