Changeset 1dc616 in git for factory/gengftables.cc


Ignore:
Timestamp:
May 15, 2006, 10:17:57 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
181148eb58afcf5d585ec06f89fbab21c1ab9c99
Parents:
e5102ce459d04b385f3c94f631b05329d7681e20
Message:
*hannes: test for iostream and iostream.h


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

Legend:

Unmodified
Added
Removed
  • factory/gengftables.cc

    re5102c r1dc616  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gengftables.cc,v 1.2 1997-10-23 13:25:52 schmidt Exp $ */
     2/* $Id: gengftables.cc,v 1.3 2006-05-15 08:17:53 Singular Exp $ */
    33
    44//{{{ docu
     
    1111//}}}
    1212
     13#ifdef HAVE_IOSTREAM
     14#include <iostream>
     15#include <fstream>
     16#include <strstream>
     17#elif defined(HAVE_IOSTREAM_H)
    1318#include <iostream.h>
    1419#include <fstream.h>
    1520#include <strstream.h>
     21#endif
    1622
    1723#include <factory.h>
Note: See TracChangeset for help on using the changeset viewer.