Changeset 8baa37 in git for kernel/mod2.h.cmake.in


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h.cmake.in

    r7661e1 r8baa37  
    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.