From 7176e60bc8cee15e5ff7a76545630ff332d8fabc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 15 Jul 2007 22:49:36 +0000 Subject: Silence Solaris compiler warnings, per buildfarm. --- contrib/tsearch2/query_cleanup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/tsearch2/query_cleanup.c') diff --git a/contrib/tsearch2/query_cleanup.c b/contrib/tsearch2/query_cleanup.c index 08d3ff219b5..0d3427ff9b8 100644 --- a/contrib/tsearch2/query_cleanup.c +++ b/contrib/tsearch2/query_cleanup.c @@ -173,6 +173,9 @@ clean_NOT_v2(ITEM * ptr, int4 *len) #ifdef V_UNKNOWN /* exists in Windows headers */ #undef V_UNKNOWN #endif +#ifdef V_FALSE /* exists in Solaris headers */ +#undef V_FALSE +#endif #define V_UNKNOWN 0 #define V_TRUE 1 -- cgit v1.2.3