Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 106 → Rev 107

/shark/trunk/ports/fftw/fftw/malloc.c
21,13 → 21,13
* malloc.c -- memory allocation related functions
*/
 
/* $Id: malloc.c,v 1.1.1.1 2002-03-29 14:12:57 pj Exp $ */
/* $Id: malloc.c,v 1.2 2003-03-24 11:14:54 pj Exp $ */
#ifdef FFTW_USING_CILK
#include <ports/cilk.h>
#include <ports/cilk-compat.h>
#include <cilk.h>
#include <cilk-compat.h>
#endif
 
#include <ports/fftw-int.h>
#include <fftw-int.h>
//#include <stdio.h>
#include <stdlib.h>
 
91,7 → 91,7
// fflush(stdout);
// fprintf(stderr, "fftw: %s", s);
 
kern_printf(s);
printk(KERN_ERR "fftw: %s", s);
sys_abort(EXIT_FAILURE);
}