Changeset 9c6887 in git


Ignore:
Timestamp:
May 10, 2011, 5:31:54 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
make include cstdio/cstdlib dependant on ifndef NOSTREAMIO
Location:
factory
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    r69181b3 r9c6887  
    1717
    1818#ifdef HAVE_NTL
     19#ifndef NOSTREAMIO
    1920#ifdef HAVE_CSTDIO
    2021#include <cstdio>
    2122#else
    2223#include <stdio.h>
     24#endif
    2325#endif
    2426#include <string.h>
  • factory/NTLconvert.h

    r69181b3 r9c6887  
    55#include <config.h>
    66
     7#ifdef HAVE_NTL
     8
    79#include "cf_gmp.h"
    8 
    9 #include "cf_assert.h"
    1010
    1111#include "cf_defs.h"
     
    1919#include "cf_algorithm.h"
    2020
    21 #ifdef HAVE_NTL
    2221
    2322#include <NTL/ZZXFactoring.h>
     
    3433#include <NTL/mat_lzz_pE.h>
    3534
     35#include "cf_assert.h"
    3636
    3737#ifdef NTL_CLIENT               // in <NTL/tools.h>: using of name space NTL
  • factory/algext.cc

    r69181b3 r9c6887  
    11#include "factoryconf.h"
    22
     3#ifndef NOSTREAMIO
    34#ifdef HAVE_CSTDIO
    45#include <cstdio>
     
    67#include <stdio.h>
    78#endif
    8 #ifndef NOSTREAMIO
    99#ifdef HAVE_IOSTREAM_H
    1010#include <iostream.h>
  • factory/cf_assert.h

    r69181b3 r9c6887  
    3030
    3131#ifdef __cplusplus
     32#ifndef NOSTREAMIO
    3233#ifdef HAVE_CSTDIO
    3334#include <cstdio>
     
    4142#include <stdio.h>
    4243#include <stdlib.h>
     44#endif
    4345#endif
    4446
  • factory/timing.h

    r69181b3 r9c6887  
    1818#include <sys/param.h>
    1919#endif
     20#ifndef NOSTREAMIO
    2021#ifdef HAVE_CSTDIO
    2122#include <cstdio>
    2223#else
    2324#include <stdio.h>
     25#endif
    2426#endif
    2527
Note: See TracChangeset for help on using the changeset viewer.