Changeset 718e670 in git for factory/int_pp.cc


Ignore:
Timestamp:
Mar 27, 1997, 11:11:36 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d3d15e1e33fa5929a1843963df82a7852b4ae781
Parents:
32e9cd7e1db25624413ec07ffbed129f761df364
Message:
stream-io wrapped by NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • factory/int_pp.cc

    r32e9cd7 r718e670  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_pp.cc,v 1.0 1996-05-17 10:59:46 stobbe Exp $
     2// $Id: int_pp.cc,v 1.1 1997-03-27 10:09:37 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:46  stobbe
     7Initial revision
     8
    69*/
    710
    811#include "assert.h"
     12
    913#include "cf_defs.h"
     14
    1015#include "cf_globals.h"
    1116#include "int_pp.h"
     
    112117}
    113118
     119#ifndef NOSTREAMIO
    114120void InternalPrimePower::print( ostream & os, char * c )
    115121{
     
    125131    }
    126132}
     133#endif /* NOSTREAMIO */
    127134
    128135bool InternalPrimePower::isZero() const
Note: See TracChangeset for help on using the changeset viewer.