1 /* $NetBSD: null.h,v 1.8 2009/10/13 17:19:00 dsl Exp $ */
6 #if !defined(__GNUG__) || __GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 90)
7 #if !defined(__cplusplus)
8 #define NULL ((void *)0)
11 #endif /* !__cplusplus */
16 #endif /* _SYS_NULL_H_ */