1987-04-29 10:22:07 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*
|
|
|
|
* Author: Ceriel J.H. Jacobs
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* D E B U G G I N G M A C R O */
|
|
|
|
|
|
|
|
/* $Header$ */
|
1986-11-05 14:33:00 +00:00
|
|
|
|
|
|
|
#include "debugcst.h"
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
#define DO_DEBUG(x, y) ((x) && (y))
|
|
|
|
#else
|
|
|
|
#define DO_DEBUG(x, y)
|
|
|
|
#endif
|