From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/strings.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 059e3309..aa35668c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -5,13 +5,6 @@ extern "C" { #endif -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif - #define __NEED_size_t #include -- cgit v1.2.1