Changeset 021751 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Oct 13, 2011, 9:04:27 PM (13 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
14212fa342ce39308f53a23f26a3db6a7646a3fe
Parents:
975a1da798f3ea9480afd3ba40e44cda07f71695
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:04:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:02+01:00
Message:
FIX: empty debug function-macros should better be: ((void) 0/1)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r975a1d r021751  
    197197#define P_CheckIf(cond, check)  ((void)0)
    198198
    199 #define p_Test(p,r)     (1)
    200 #define p_LmTest(p,r)   (1)
    201 #define pp_Test(p, lmRing, tailRing) (1)
     199#define p_Test(p,r)     ((void) 1)
     200#define p_LmTest(p,r)   ((void) 1)
     201#define pp_Test(p, lmRing, tailRing) ((void) 1)
    202202
    203203#endif
Note: See TracChangeset for help on using the changeset viewer.