Changeset a703156 in git


Ignore:
Timestamp:
Feb 27, 2007, 7:26:08 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
cdde7ddb48184453e7f2f4e7cf153b264bc31b6c
Parents:
3d1bbb1d82cd1a3248ae006dd0686101dbe4aba2
Message:
*hannes: iostream strikes again on freebsd, gcc 3.4.5


git-svn-id: file:///usr/local/Singular/svn/trunk@9910 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/include/NTL/tools.h

    r3d1bbb ra703156  
    1111#include <cstdlib>
    1212#include <cmath>
     13#ifndef NOSTREAMIO
    1314#include <iostream>
     15#endif
    1416
    1517#else
     
    1921#include <stdlib.h>
    2022#include <math.h>
     23#ifndef NOSTREAMIO
    2124#include <iostream.h>
     25#endif
    2226
    2327#endif
     
    242246inline double to_double(double a) { return a; }
    243247
    244 
     248#ifndef NOSTREAMIO
    245249long SkipWhiteSpace(NTL_SNS istream& s);
     250#endif
    246251long IsWhiteSpace(long c);
    247252
Note: See TracChangeset for help on using the changeset viewer.