Changeset 175e355 in git for factory/variable.h


Ignore:
Timestamp:
Mar 27, 1997, 11:34:15 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
0baf2b4c3c82b88815031875a2916752118686ce
Parents:
c753a61729d105f8177ee2020e311975f0355650
Message:
stream-io wrapped by NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • factory/variable.h

    rc753a61 r175e355  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: variable.h,v 1.0 1996-05-17 10:59:42 stobbe Exp $
     2// $Id: variable.h,v 1.1 1997-03-27 10:25:06 schmidt Exp $
    33
    44#ifndef INCL_VARIABLE_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:42  stobbe
     10Initial revision
     11
    912*/
    1013
     14#ifndef NOSTREAMIO
    1115#include <iostream.h>
     16#endif /* NOSTREAMIO */
    1217
    1318#include "cf_defs.h"
     
    6267        return lhs._level <= rhs._level;
    6368    }
     69#ifndef NOSTREAMIO
    6470    friend ostream & operator << ( ostream & os, const Variable & v );
     71#endif /* NOSTREAMIO */
    6572    friend Variable rootOf( const CanonicalForm &, char name = '@' );
    6673};
Note: See TracChangeset for help on using the changeset viewer.