Ignore:
Timestamp:
May 15, 2006, 10:17:57 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/templates/ftmpl_factor.h

    re5102c r1dc616  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_factor.h,v 1.5 1998-06-03 14:51:33 pohl Exp $ */
     2/* $Id: ftmpl_factor.h,v 1.6 2006-05-15 08:17:56 Singular Exp $ */
    33
    44#ifndef INCL_FACTOR_H
     
    88
    99#ifndef NOSTREAMIO
     10#ifdef HAVE_IOSTREAM
     11#include <iostream>
     12#elif defined(HAVE_IOSTREAM_H)
    1013#include <iostream.h>
     14#endif
    1115#endif /* NOSTREAMIO */
    1216
Note: See TracChangeset for help on using the changeset viewer.