* include/time.h (__need_NULL): Define before including
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* include/time.h (__need_NULL): Define before including | ||||||
|  | 	stddef.h.  Thanks to: R<>diger Dehmel  <de@lmnet.de>. | ||||||
|  |  | ||||||
| 2002-09-16  Ranjit Matthew  <rmathew@hotmail.com> | 2002-09-16  Ranjit Matthew  <rmathew@hotmail.com> | ||||||
|  |  | ||||||
| 	* include/stdio.h: Correct comment about directory separator. | 	* include/stdio.h: Correct comment about directory separator. | ||||||
|   | |||||||
| @@ -32,6 +32,7 @@ | |||||||
|  |  | ||||||
| #define __need_wchar_t | #define __need_wchar_t | ||||||
| #define __need_size_t | #define __need_size_t | ||||||
|  | #define __need_NULL | ||||||
| #ifndef RC_INVOKED | #ifndef RC_INVOKED | ||||||
| #include <stddef.h> | #include <stddef.h> | ||||||
| #endif	/* Not RC_INVOKED */ | #endif	/* Not RC_INVOKED */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user