version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_includes_h = | | * static char *rcsid_includes_h = |
* "$Id: includes.h,v 1.11 2002/11/13 00:26:13 garbled Exp $"; | | * "$Id: includes.h,v 1.12 2003/09/13 05:01:33 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#ifndef INCLUDES_H | | #ifndef INCLUDES_H |
#define INCLUDES_H | | #define INCLUDES_H |
| | |
#define ASSERT(x) | | |
| | |
#if 0 | | |
#define ASSERT(x) if (!(x)) { kill(getpid(),11);} | | |
#endif | | |
| | |
#if defined(osf1) && !defined(__osf__) | | #if defined(osf1) && !defined(__osf__) |
# define __osf__ | | # define __osf__ |
#endif | | #endif |