Changeset 8baa37 in git for kernel/mod2.h


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

    r7661e1 r8baa37  
    2424#define S_ROOT_DIR ""
    2525
    26 /* Define version date as a string - temporarily*/
    27 #define S_VERSION2 ""
    28 
    2926/*******************************************************************
    3027 * Defines which are not set by configure
     
    9693#endif
    9794
    98 #define SINGULAR_PATCHLEVEL 0
     95#define SINGULAR_PATCHLEVEL 1
    9996#define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL)
    10097
     
    160157/*******************************************************************
    161158 * DEBUG OPTIONS
    162  * -- only significant for for compiling without -DNDEBUG
     159 * -- only significant for for compiling without -DSING_NDEBUG
    163160 * -- you better know what your are doing, if you touch this
    164161 ******************************************************************/
    165 #ifndef NDEBUG
     162#ifndef SING_NDEBUG
    166163
    167164/* undefine to enable inline */
    168165#define NO_INLINE
    169166
    170 /* undefine to disable assume -- should normally be defined for NDEBUG */
     167/* undefine to disable assume -- should normally be defined for SING_NDEBUG */
    171168#define HAVE_ASSUME
    172169
     
    369366
    370367
    371 #else /* not NDEBUG **************************************************** */
     368#else /* not SING_NDEBUG **************************************************** */
    372369
    373370#define NO_PDEBUG
     
    376373#define YYDEBUG 0
    377374
    378 #endif /* not NDEBUG */
     375#endif /* not SING_NDEBUG */
    379376
    380377/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.