Changeset 4dfcb1 in git
- Timestamp:
- Aug 20, 2008, 3:35:55 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 31fa9f83e4c375260f32fcc2cfcad81117dc57ed
- Parents:
- 958fc4c196033ed13fa3c57d13db44f660cf3fa8
- Location:
- factory
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.cc
r958fc4 r4dfcb1 1 /* $Id: NTLconvert.cc,v 1.2 4 2008-06-30 09:31:21Singular Exp $ */1 /* $Id: NTLconvert.cc,v 1.25 2008-08-20 13:35:55 Singular Exp $ */ 2 2 #include <config.h> 3 3 … … 23 23 24 24 #ifdef HAVE_NTL 25 #ifdef HAVE_CSTDIO 26 #include <cstdio> 27 #else 25 28 #include <stdio.h> 29 #endif 26 30 #include <string.h> 27 31 #include <NTL/ZZXFactoring.h> -
factory/algext.cc
r958fc4 r4dfcb1 1 #include "factoryconf.h" 2 3 #ifdef HAVE_CSTDIO 4 #include <cstdio> 5 #else 1 6 #include <stdio.h> 7 #endif 8 #ifdef HAVE_IOSTREAM_H 2 9 #include <iostream.h> 3 #include <config.h> 10 #else 11 #include <iostream> 12 #endif 4 13 5 14 #include "cf_defs.h" -
factory/bifac.h
r958fc4 r4dfcb1 21 21 // === IO-Streams === 22 22 #ifndef NOSTREAMIO 23 #ifdef HAVE_CSTDIO 24 #include <cstdio> 25 #else 23 26 #include <stdio.h> 27 #endif 24 28 #ifdef HAVE_IOSTREAM 25 29 #include <fstream> -
factory/cf_gcd_charp.cc
r958fc4 r4dfcb1 1 1 #include "config.h" 2 #ifdef HAVE_CSTDIO 3 #include <cstdio> 4 #else 2 5 #include <stdio.h> 6 #endif 3 7 #ifndef NOSTREAMIO 4 8 #ifdef HAVE_IOSTREAM -
factory/config.h.in
r958fc4 r4dfcb1 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: config.h.in,v 1.1 3 2006-05-15 08:17:50Singular Exp $ */2 /* $Id: config.h.in,v 1.14 2008-08-20 13:35:55 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CONFIG_H … … 59 59 #undef HAVE_STRING 60 60 61 #undef HAVE_CSTDIO 62 61 63 /* define if linked to Singular */ 62 64 #undef SINGULAR -
factory/gfops.cc
r958fc4 r4dfcb1 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: gfops.cc,v 1. 6 2007-08-07 14:11:18Singular Exp $ */2 /* $Id: gfops.cc,v 1.7 2008-08-20 13:35:55 Singular Exp $ */ 3 3 4 4 #include <config.h> 5 5 6 #ifdef HAVE_CSTDIO 7 #include <cstdio> 8 #else 6 9 #include <stdio.h> 10 #endif 7 11 #include <string.h> 8 12 -
factory/timing.h
r958fc4 r4dfcb1 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: timing.h,v 1. 7 1998-06-12 14:29:51 schmidtExp $ */2 /* $Id: timing.h,v 1.8 2008-08-20 13:35:55 Singular Exp $ */ 3 3 4 4 /* It should be possible to include this file multiple times for different */ … … 18 18 #include <sys/param.h> 19 19 #endif 20 #ifdef HAVE_CSTDIO 21 #include <cstdio> 22 #else 20 23 #include <stdio.h> 24 #endif 21 25 22 26 // need to be adjusted on your machine:
Note: See TracChangeset
for help on using the changeset viewer.