Changeset e0c0a7 in git for libpolys/reporter/dError.cc
- Timestamp:
- Nov 9, 2012, 2:14:02 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/reporter/dError.cc
r0158c8 re0c0a7 42 42 #endif 43 43 44 #ifndef MAKE_DISTRIBUTION45 // dummy procedure for setting a breakpoint46 // within the debugger47 void dErrorBreak()48 {}49 #endif50 44 51 #ifdef __cplusplus52 45 extern "C" 53 46 { 54 #endif55 47 56 48 int dReportError(const char* fmt, ...) … … 136 128 } 137 129 138 139 140 #ifdef __cplusplus141 130 } 142 #endif143 131 144 132 #endif 145 133 146 147 148 149 150 134 #ifndef MAKE_DISTRIBUTION 135 // dummy procedure for setting a breakpoint 136 // within the debugger 137 void dErrorBreak() 138 {} 139 #endif
Note: See TracChangeset
for help on using the changeset viewer.