We have sys/cdefs.h now, so remove hacks.

This commit is contained in:
Arun Thomas
2010-06-17 15:14:57 +00:00
parent 7b7091e905
commit 042b5bf606
19 changed files with 33 additions and 42 deletions

View File

@@ -30,9 +30,7 @@
*/
#ifdef __minix
#define __P(x) x
#define _DIAGASSERT assert
#define __UNCONST(x) ((void *) (x))
#else
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"