Pristine Ack-5.5
[Ack-5.5.git] / modules / src / malloc / check.h
1 /* $Id: check.h,v 1.5 1994/06/24 11:17:40 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 #ifdef  CHECK
7
8 public check_mallinks(), calc_checksum(), check_work_empty();
9 public started_working_on(), stopped_working_on();
10
11 #else   /* ifndef       CHECK */
12
13 #define maldump(n)              abort()
14 #define check_mallinks(s)       0
15 #define calc_checksum(ml)       0
16 #define started_working_on(ml)  0
17 #define stopped_working_on(ml)  0
18 #define check_work_empty(s)     0
19
20 #endif  /* CHECK */