Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6067 → Rev 6068

/contrib/sdk/sources/newlib/libc/stdlib/mallocr.c
550,7 → 550,7
 
#define CORRUPTION_ERROR_ACTION(m) \
do { \
printf("%s malloc heap corrupted\n",__FUNCTION__); \
/*printf("%s malloc heap corrupted\n",__FUNCTION__); */\
__asm__("int3"); \
}while(0) \
 
557,7 → 557,7
 
#define USAGE_ERROR_ACTION(m, p) \
do { \
printf("%s malloc heap corrupted\n",__FUNCTION__); \
/*printf("%s malloc heap corrupted\n",__FUNCTION__); */\
__asm__("int3"); \
}while(0) \