Changeset f89565 in git
- Timestamp:
- Nov 2, 2012, 2:28:00 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5caede8b6a6317efbf12384a421e0c5b35f8838d
- Parents:
- f900d1879c47a499452b237bd96ba9e06cfbad96
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mmstd.c
rf900d1 rf89565 12 12 #include <omalloc/omalloc.h> 13 13 14 / /we provide these functions, so that the settings of OM_CHECK15 //and OM_TRACK are used, but only provide them if omalloc is not based16 //on them17 // already provided in libomalloc 14 /* we provide these functions, so that the settings of OM_CHECK 15 * and OM_TRACK are used, but only provide them if omalloc is not based 16 * on them 17 * already provided in libomalloc */ 18 18 #if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC) 19 19 … … 23 23 /* do not rely on the default in Singular as libsingular may be different */ 24 24 25 / /define this so that all addr allocated there are marked26 // as static, i.e. not metioned by omPrintUsedAddr 25 /* define this so that all addr allocated there are marked 26 * as static, i.e. not metioned by omPrintUsedAddr*/ 27 27 #define OM_MALLOC_MARK_AS_STATIC 28 28 #define strdup_ strdup__ -
kernel/mod2.h
rf900d1 rf89565 373 373 extern "C" { 374 374 #endif 375 / / routine which is used to report the error376 // returns 0 375 /* routine which is used to report the error/ 376 * returns 0 */ 377 377 extern int dReportError(const char* fmt, ...); 378 / /within a debugger, set a breakpoint on dErrorBreak379 // which is called after the error has been reported 378 /* within a debugger, set a breakpoint on dErrorBreak 379 * which is called after the error has been reported */ 380 380 extern void dErrorBreak(); 381 381 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.