From 6e9504d17c6fb899fff152efbcb87c0bff26a6b1 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 2 Apr 2012 23:29:24 -0600 Subject: [PATCH] NULL defined by our compat/types.h --- compat/compat_shared.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compat/compat_shared.h b/compat/compat_shared.h index 6317f54a3c..b92d3ace30 100644 --- a/compat/compat_shared.h +++ b/compat/compat_shared.h @@ -257,9 +257,4 @@ const char * squid_strnstr(const char *s, const char *find, size_t slen); #define PRINTF_FORMAT_ARG3 #endif -/* NULL is not always provided. */ -#ifndef NULL -#define NULL ((void *)0) -#endif - #endif /* _SQUID_COMPAT_SHARED_H */ -- 2.47.2