Changeset 181148 in git for factory/int_rat.h


Ignore:
Timestamp:
May 15, 2006, 11:03:07 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f0daaa2ae00a1c211020bcbe4eca9c6fe7947a71
Parents:
1dc6163f5dbd22ee9839decb93a02494ac071aca
Message:
*hannes: ISTREAM, OSTREAM, CERR


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

Legend:

Unmodified
Added
Removed
  • factory/int_rat.h

    r1dc616 r181148  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_rat.h,v 1.7 2006-05-15 08:17:55 Singular Exp $ */
     2/* $Id: int_rat.h,v 1.8 2006-05-15 09:03:06 Singular Exp $ */
    33
    44#ifndef INCL_INT_RAT_H
     
    1010#ifdef HAVE_IOSTREAM
    1111#include <iostream>
     12#define OSTREAM std::ostream
    1213#elif defined(HAVE_IOSTREAM_H)
    1314#include <iostream.h>
     15#define OSTREAM ostream
    1416#endif
    1517#endif /* NOSTREAMIO */
     
    4749    const char * const classname() const { return "InternalRational"; }
    4850#ifndef NOSTREAMIO
    49     void print( ostream&, char* );
     51    void print( OSTREAM&, char* );
    5052#endif /* NOSTREAMIO */
    5153    InternalCF* genZero();
Note: See TracChangeset for help on using the changeset viewer.