Changeset 7fe9e13 in git for kernel/kstdfac.cc


Ignore:
Timestamp:
Jan 7, 2014, 10:49:14 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
458fe5223a24efe5daf71219814103af29a22a4a
Parents:
9dba83b67ef6188c31760d27748664d42a28b6db
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 10:49:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 11:06:05+01:00
Message:
Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstdfac.cc

    r9dba83b r7fe9e13  
    2727#include <kernel/kstdfac.h>
    2828
    29 #ifndef NDEBUG
     29#ifndef SING_NDEBUG
    3030int strat_nr=0;
    3131int strat_fac_debug=0;
     
    277277      }
    278278    }
    279 #ifndef NDEBUG
     279#ifndef SING_NDEBUG
    280280    else if (strat_fac_debug)
    281281    {
     
    401401        }
    402402      }
    403 #ifndef NDEBUG
     403#ifndef SING_NDEBUG
    404404      if(strat_fac_debug)
    405405      {
     
    432432            if (r==NULL)
    433433            {
    434 #ifndef NDEBUG
     434#ifndef SING_NDEBUG
    435435              if(strat_fac_debug)
    436436              {
     
    484484          {
    485485            ideal r=kNF(n->Shdl,NULL,Lj->d,0,KSTD_NF_LAZY | KSTD_NF_NONORM);
    486 #ifndef NDEBUG
     486#ifndef SING_NDEBUG
    487487              if(strat_fac_debug)
    488488              {
     
    719719          }
    720720        }
    721 #ifndef NDEBUG
     721#ifndef SING_NDEBUG
    722722        if(strat_fac_debug)
    723723        {
     
    750750              if (r==NULL)
    751751              {
    752 #ifndef NDEBUG
     752#ifndef SING_NDEBUG
    753753                if(strat_fac_debug)
    754754                {
     
    806806              if (idIs0(r))
    807807              {
    808 #ifndef NDEBUG
     808#ifndef SING_NDEBUG
    809809                if(strat_fac_debug)
    810810                {
     
    954954      ideal_list LL=(ideal_list)omAlloc(sizeof(*LL));
    955955      LL->d=r;
    956 #ifndef NDEBUG
     956#ifndef SING_NDEBUG
    957957      LL->nr=strat->nr;
    958958#endif
     
    975975        if (idIs0(r))
    976976        {
    977 #ifndef NDEBUG
     977#ifndef SING_NDEBUG
    978978          if(strat_fac_debug)
    979979          {
Note: See TracChangeset for help on using the changeset viewer.