Changeset 9cc63e in git


Ignore:
Timestamp:
Nov 16, 2021, 4:46:32 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
34f6d29071d8df2362533b4dd8fe70a794a43dbf
Parents:
03643d5266bad3448f3dfaca59da8099ee218527
Message:
debug: no omTrack* if without omalloc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/pDebug.cc

    r03643d5 r9cc63e  
    5050  vfprintf(stderr, fmt, ap);
    5151  fprintf(stderr, "\n occurred at\n");
     52  #ifdef HAVE_OMALLOC
    5253  omPrintCurrentBackTraceMax(stderr, 8);
     54  #endif
    5355  if (p != NULL)
    5456  {
Note: See TracChangeset for help on using the changeset viewer.