small changes, added LIST, Makefile and .distr
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
*/
|
||||
/* $Header$ */
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void _bad_assertion(const char *expr, const char *file, int line) {
|
||||
void __bad_assertion(const char *expr, const char *file, int line) {
|
||||
|
||||
fprintf(stderr,"Assertion \"%s\" failed, file \"%s\", line %d\n",
|
||||
expr, file, line);
|
||||
abort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user