Changeset 29273a in git for factory/int_int.h


Ignore:
Timestamp:
May 14, 1997, 5:35:02 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
File:
1 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};
Note: See TracChangeset for help on using the changeset viewer.