From d0db5f488d9a47947c49f728ca29077c0cff48b1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Jun 1999 13:08:20 +0000 Subject: Update. 1999-06-24 Thorsten Kukuk * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer. * nscd/pwdcache.c: Likewise. * nscd/hstcache.c: Likewise. --- assert/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assert') diff --git a/assert/assert.h b/assert/assert.h index 386e80c..326183a 100644 --- a/assert/assert.h +++ b/assert/assert.h @@ -90,7 +90,7 @@ __END_DECLS This is broken in G++ before version 2.6. C9x has a similar variable called __func__, but prefer the GCC one since it demangles C++ function names. */ -# if __GNUC_PREREQ (2, (defined __cplusplus ? 6 : 4)) +# if defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4) # define __ASSERT_FUNCTION __PRETTY_FUNCTION__ # else # if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L -- cgit v1.1