Changeset e61c3b in git


Ignore:
Timestamp:
Jan 14, 2014, 2:11:50 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
902c92442a074a9461a9ee6cc6e4d847856aef4f
Parents:
bfff442a05050dae3d32bbfb13283daa2794269f
Message:
fix: debug version
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/dError.cc

    rbfff442 re61c3b  
    6060  fprintf(stderr, "\n// ***dError: ");
    6161  vfprintf(stderr, fmt, ap);
    62 #if 0
    63     if !defined(OM_NDEBUG) && defined(HAVE_CONFIG_H)
    64 #endif
    65 #if  defined(HAVE_CONFIG_H)
     62#if  defined(HAVE_CONFIG_H) && !defined(OM_NDEBUG)
     63  #ifdef omPrintCurrentBackTraceMax
    6664  fprintf(stderr, " occured at: \n");
    6765  omPrintCurrentBackTraceMax(stderr, 8);
     66  #endif
    6867#endif
    6968
     
    129128  dErrorBreak();
    130129#else
    131   fprintf(stderr, "\n// !!! YOU HAVE FOUND A BUG IN SINGULAR::Spielwiese.");
     130  fprintf(stderr, "\n// !!! YOU HAVE FOUND A BUG IN SINGULAR.");
    132131  fprintf(stderr, "// !!! Please, email the input\n// and the following error message to singular@mathematik.uni-kl.de")
    133132  vfprintf(stderr, fmt, ap);
  • omalloc/omalloc.h

    rbfff442 re61c3b  
    2525#define OM_T_ALLOC
    2626#define OM_T_REALLOC
    27 #undef OM_NDEBUG
    2827#endif
    2928#endif
Note: See TracChangeset for help on using the changeset viewer.