Changeset 7fe9e13 in git for kernel/mod2.h.cmake.in


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/mod2.h.cmake.in

    r9dba83b r7fe9e13  
    323323/*******************************************************************
    324324 * DEBUG OPTIONS
    325  * -- only significant for for compiling without -DNDEBUG
     325 * -- only significant for for compiling without -DSING_NDEBUG
    326326 * -- you better know what your are doing, if you touch this
    327327 ******************************************************************/
    328 #ifndef NDEBUG
     328#ifndef SING_NDEBUG
    329329
    330330/* undefine to enable inline */
    331331#define NO_INLINE
    332332
    333 /* undefine to disable assume -- should normally be defined for NDEBUG */
     333/* undefine to disable assume -- should normally be defined for SING_NDEBUG */
    334334#define HAVE_ASSUME
    335335
     
    544544
    545545
    546 #else /* not NDEBUG **************************************************** */
     546#else /* not SING_NDEBUG **************************************************** */
    547547
    548548#define NO_PDEBUG
     
    551551#define YYDEBUG 0
    552552
    553 #endif /* not NDEBUG */
     553#endif /* not SING_NDEBUG */
    554554
    555555/*******************************************************************
     
    964964/*******************************************************************
    965965 * DEBUG OPTIONS
    966  * -- only significant for for compiling without -DNDEBUG
     966 * -- only significant for for compiling without -DSING_NDEBUG
    967967 * -- you better know what your are doing, if you touch this
    968968 ******************************************************************/
    969 #ifndef NDEBUG
     969#ifndef SING_NDEBUG
    970970
    971971/* undefine to enable inline */
    972972#define NO_INLINE
    973973
    974 /* undefine to disable assume -- should normally be defined for NDEBUG */
     974/* undefine to disable assume -- should normally be defined for SING_NDEBUG */
    975975#define HAVE_ASSUME
    976976
     
    11851185
    11861186
    1187 #else /* not NDEBUG **************************************************** */
     1187#else /* not SING_NDEBUG **************************************************** */
    11881188
    11891189#define NO_PDEBUG
     
    11921192#define YYDEBUG 0
    11931193
    1194 #endif /* not NDEBUG */
     1194#endif /* not SING_NDEBUG */
    11951195
    11961196/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.