Changeset c879ee in git for factory/int_cf.h


Ignore:
Timestamp:
Oct 19, 2012, 6:38:54 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05fd55e34baa83465ce4306966c9011d1a156232
Parents:
1bc7201c1a771fb5cc842ca4f475ba3ea91e697963e72b40a6237e50811b0e8745201177d25cb979
Message:
Merge pull request #193 from mmklee/64bitIntegersFactorySW

64bit integers factory sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/int_cf.h

    r1bc7201 rc879ee  
    5858    virtual bool isOne() const;
    5959    virtual bool isUnivariate() const { return false; }
    60     virtual int intval() const;
     60    virtual long intval() const;
    6161    virtual int intmod( int ) const { return 0; }
    6262    virtual int sign() const PVIRT_INT("sign");
Note: See TracChangeset for help on using the changeset viewer.