From a358d0fb9fd94e96f452170d6f7ab980359532b6 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 17 Feb 2009 20:23:18 +0000 Subject: ChangeLogTag: Tue Feb 17 20:19:06 UTC 2009 Olli Savia --- ACE/ace/os_include/os_stddef.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'ACE/ace/os_include/os_stddef.h') diff --git a/ACE/ace/os_include/os_stddef.h b/ACE/ace/os_include/os_stddef.h index 1c047ac1983..33fbd350166 100644 --- a/ACE/ace/os_include/os_stddef.h +++ b/ACE/ace/os_include/os_stddef.h @@ -36,28 +36,6 @@ extern "C" { #endif /* __cplusplus */ -//FUZZ: disable check_for_NULL -// NULL pointer constant -#if defined (ACE_LACKS_NULL) -# undef NULL -# if defined(__cplusplus) -# define NULL 0 -# else -# define NULL ((void *)0) -# endif -#endif /* ACE_LACKS_NULL */ -//FUZZ: enable check_for_NULL - -/* - Integer constant expression of type size_t, the value of which is the offset - in bytes to the structure member (member-designator), from the beginning of - its structure (type). -*/ -#if defined (ACE_LACKS_OFFSETOF) -# undef offsetof -# define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) -#endif /* ACE_LACKS_OFFSETOF */ - // Signed integer type of the result of subtracting two pointers. #if defined (ACE_LACKS_PTRDIFF_T) # if !defined (ACE_PTRDIFF_T_TYPE) -- cgit v1.2.1