Changeset 29273a in git


Ignore:
Timestamp:
May 14, 1997, 5:35:02 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
660688e63f335f5fabb163b863ccc9c7116818a5
Parents:
cdf5ea14e9b653fc9c3165aac88521f1e1003285
Message:
o class InternalRational: removed declarations dependent on
  #define MULTIPROTOCOL


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

Legend:

Unmodified
Added
Removed
  • factory/int_int.h

    rcdf5ea1 r29273a  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_int.h,v 1.2 1997-04-15 09:12:51 schmidt Exp $
     2// $Id: int_int.h,v 1.3 1997-05-14 15:35:02 schmidt Exp $
    33
    44#ifndef INCL_INTERNALINTEGER_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.2  1997/04/15 09:12:51  schmidt
     10#include <config.h> added
     11
    912Revision 1.1  1997/03/27 10:06:26  schmidt
    1013stream-io wrapped by NOSTREAMIO
     
    9497    friend MP_INT gmp_denominator ( const CanonicalForm & f );
    9598#endif /* SINGULAR */
    96 #ifdef MULTIPROTOCOL
    97     friend MP_INT gmp_numerator_mp ( const CanonicalForm & f );
    98     friend MP_INT gmp_denominator_mp ( const CanonicalForm & f );
    99 #endif /* MULTIPROTOCOL */
    10099    friend MP_INT getmpi ( InternalCF * value, bool symmetric );
    101100};
  • factory/int_rat.h

    rcdf5ea1 r29273a  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_rat.h,v 1.2 1997-04-15 09:18:30 schmidt Exp $
     2// $Id: int_rat.h,v 1.3 1997-05-14 15:35:02 schmidt Exp $
    33
    44#ifndef INCL_INTERNALRATIONAL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.2  1997/04/15 09:18:30  schmidt
     10#include <config.h> added
     11
    912Revision 1.1  1997/03/27 10:11:36  schmidt
    1013stream-io wrapped by NOSTREAMIO
     
    102105    friend MP_INT gmp_denominator ( const CanonicalForm & f );
    103106#endif /* SINGULAR */
    104 #ifdef MULTIPROTOCOL
    105     friend MP_INT gmp_numerator_mp ( const CanonicalForm & f );
    106     friend MP_INT gmp_denominator_mp ( const CanonicalForm & f );
    107 #endif /* MULTIPROTOCOL */
    108107    friend CanonicalForm make_cf ( const MP_INT & n, const MP_INT & d );
    109108};
Note: See TracChangeset for help on using the changeset viewer.