Changeset 7fe9e13 in git for factory/ChangeLog


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
  • factory/ChangeLog

    r9dba83b r7fe9e13  
    15201520          removed
    15211521
    1522         * debug.h: dependency on #define NDEBUG removed
     1522        * debug.h: dependency on #define SING_NDEBUG removed
    15231523
    15241524        * factoryconf.template: doc fix
     
    16081608        debug.h, cf_assert.h, and timing.h, resp.
    16091609
    1610         * cf_assert.h (NOASSERT, NDEBUG): #define NDEBUG to switch off
     1610        * cf_assert.h (NOASSERT, SING_NDEBUG): #define SING_NDEBUG to switch off
    16111611          assertions replaced by #define NOASSERT.  For sake of backward
    1612           compatibility NDEBUG works, too.
     1612          compatibility SING_NDEBUG works, too.
    16131613
    16141614        * cf_assert.h (DEBINCLEVEL, DEBDECLEVEL, DEBOUTSL, DEBOUT, DEBOUTLN):
     
    16651665          (hprint): calls to hprint() wrapped by calls to #define
    16661666          DEBOUTHPRINT, which definition depends on #define DEBUGOUTPUT
    1667           (instead of NDEBUG, as before).  All callers changed.
     1667          (instead of SING_NDEBUG, as before).  All callers changed.
    16681668
    16691669        * cf_linsys.cc: superfluous #define TIMING removed
     
    16971697
    16981698        * debug.h (DEBUGOUTPUT): #define DEBUGOUTPUT is switched off now
    1699           if #define NDEBUG is switched on
     1699          if #define SING_NDEBUG is switched on
    17001700
    17011701        * fac_univar.cc (ZFactorizeUnivariate): timing stuff changed to
Note: See TracChangeset for help on using the changeset viewer.