Changeset e0c0a7 in git for libpolys/reporter


Ignore:
Timestamp:
Nov 9, 2012, 2:14:02 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6ac003ed46c225e8782cb5a59e16ba27d4502496
Parents:
0158c8ef3c49736b2316c3c42da03591cb2eb901
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-11-09 14:14:02+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-11-09 14:40:33+01:00
Message:
fix: debug stuff (do not inline dErrorBreak)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/dError.cc

    r0158c8 re0c0a7  
    4242#endif
    4343
    44 #ifndef MAKE_DISTRIBUTION
    45 // dummy procedure for setting a breakpoint
    46 // within the debugger
    47 void dErrorBreak()
    48 {}
    49 #endif
    5044
    51 #ifdef __cplusplus
    5245extern "C"
    5346{
    54 #endif
    5547
    5648int dReportError(const char* fmt, ...)
     
    136128}
    137129
    138 
    139 
    140 #ifdef __cplusplus
    141130}
    142 #endif
    143131
    144132#endif
    145133 
    146 
    147 
    148  
    149  
    150  
     134#ifndef MAKE_DISTRIBUTION
     135// dummy procedure for setting a breakpoint
     136// within the debugger
     137void dErrorBreak()
     138{}
     139#endif
Note: See TracChangeset for help on using the changeset viewer.