From: Cliff Woolley Date: Tue, 23 Apr 2002 22:15:56 +0000 (+0000) Subject: Whoops, NULL is a macro, hence not available here X-Git-Tag: 2.0.36~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0523f0671ac72f5f7834d3d89df69e1ce0adcd26;p=thirdparty%2Fapache%2Fhttpd.git Whoops, NULL is a macro, hence not available here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94772 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gdbinit b/.gdbinit index 3a746e5e920..124255f4115 100644 --- a/.gdbinit +++ b/.gdbinit @@ -129,7 +129,7 @@ define dump_bucket_ex if $bucket->type == &apr_bucket_type_pool set $refcount = ((apr_bucket_refcount *)$bucket->data)->refcount set $p = (apr_bucket_pool *)$bucket->data - if $p->pool != NULL + if !$p->pool set $p = (apr_bucket_heap *)$bucket->data end set $data = $p->base+$bucket->start