Changeset a347e8 in git for factory


Ignore:
Timestamp:
Mar 27, 1997, 10:43:47 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
043814c307adc58ae0e7174dc880bfb222e8e6dd
Parents:
0b61044ab7b6ba368d8ce7461a034888330d7ad2
Message:
stream-io wrapped by NOSTREAMIO


git-svn-id: file:///usr/local/Singular/svn/trunk@96 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_iterfor.cc

    r0b61044 ra347e8  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_iterfor.cc,v 1.1 1996-07-08 08:18:49 stobbe Exp $
     2// $Id: fac_iterfor.cc,v 1.2 1997-03-27 09:43:07 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1996/07/08 08:18:49  stobbe
     7"IteratedFor now handles the cases in which the mainvariable is not of
     8level 1.
     9"
     10
    611Revision 1.0  1996/05/17 10:59:45  stobbe
    712Initial revision
     
    1015
    1116#include "assert.h"
     17
    1218#include "cf_defs.h"
     19
    1320#include "fac_iterfor.h"
    1421
     
    101108}
    102109
     110#ifndef NOSTREAMIO
    103111ostream& operator<< ( ostream& os, const IteratedFor & I )
    104112{
     
    109117    return os;
    110118}
     119#endif /* NOSTREAMIO */
  • factory/fac_iterfor.h

    r0b61044 ra347e8  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_iterfor.h,v 1.1 1996-07-08 08:18:49 stobbe Exp $
     2// $Id: fac_iterfor.h,v 1.2 1997-03-27 09:43:47 schmidt Exp $
    33
    44#ifndef INCL_ITERFOR_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1996/07/08 08:18:49  stobbe
     10"IteratedFor now handles the cases in which the mainvariable is not of
     11level 1.
     12"
     13
    914Revision 1.0  1996/05/17 10:59:40  stobbe
    1015Initial revision
     
    1217*/
    1318
     19#ifndef NOSTREAMIO
    1420#include <iostream.h>
     21#endif /* NOSTREAMIO */
    1522
    1623class IteratedFor
     
    4148};
    4249
     50#ifndef NOSTREAMIO
    4351ostream& operator<< ( ostream &, const IteratedFor & );
     52#endif /* NOSTREAMIO */
    4453
    4554#endif /* INCL_ITERFOR_H */
Note: See TracChangeset for help on using the changeset viewer.