Changeset 3b92dba in git


Ignore:
Timestamp:
May 14, 2010, 11:57:55 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
502f7e8e23e6f67323db77f9c05f1d998f06d9bd
Parents:
b669e0bd18e9a750640efa52441c348c0ebd1408
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-14 11:57:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:56+01:00
Message:
MP_INT -> mpz_t
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/shortfl.cc

    rb669e0 r3b92dba  
    410410#define IS_INT(A) ((A)->s==3)
    411411#define IS_IMM(A) (SR_HDL(A)&SR_INT)
    412 #define GET_NOM(A) ((A)->z)
    413 #define GET_DENOM(A) ((A)->n)
     412#define GET_NOM(A) (&(A)->z)
     413#define GET_DENOM(A) (&(A)->n)
    414414#define MPZ_INIT mpz_init
    415415#define MPZ_CLEAR mpz_clear
Note: See TracChangeset for help on using the changeset viewer.