Changeset 09330b in git for factory/int_int.h


Ignore:
Timestamp:
Nov 9, 2010, 1:47:13 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ab585103f94833aaf089608b5b2e799968d65fbc
Parents:
b55c3794ed0b36fd5b049eaec2ff30784a50ad1c
Message:
more singular stuff removed

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

Legend:

Unmodified
Added
Removed
  • factory/int_int.h

    rb55c379 r09330b  
    2222#include "cf_gmp.h"
    2323#include "gmpext.h"
    24 
    25 #ifdef SINGULAR
    26 #ifndef OM_NDEBUG
    27 #define OM_NDEBUG
    28 #endif
    29 #endif
    3024
    3125#ifdef HAVE_OMALLOC
     
    126120
    127121    friend class InternalRational;
    128 #ifdef SINGULAR
    129122    friend void gmp_numerator ( const CanonicalForm & f, mpz_ptr result);
    130123    friend void gmp_denominator ( const CanonicalForm & f, mpz_ptr result );
    131 #endif /* SINGULAR */
    132124    friend MP_INT getmpi ( InternalCF * value, bool symmetric );
    133125};
Note: See TracChangeset for help on using the changeset viewer.