From: Sebastian Hammer Date: Thu, 4 Jan 2007 22:04:25 +0000 (+0000) Subject: Minor noodling X-Git-Tag: before.append.child~35 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e87d57823550dad9a66ac3569a277835ce3bc3d3;p=pazpar2-moved-to-github.git Minor noodling --- diff --git a/src/pazpar2.c b/src/pazpar2.c index 66a1d12..049fa85 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,4 +1,4 @@ -/* $Id: pazpar2.c,v 1.13 2007-01-04 20:00:58 quinn Exp $ */; +/* $Id: pazpar2.c,v 1.14 2007-01-04 22:04:25 quinn Exp $ */; #include #include @@ -11,6 +11,7 @@ #include #include +#include #include #include #include @@ -1159,9 +1160,7 @@ struct termlist_score **termlist(struct session *s, const char *name, int *num) return 0; } -#ifdef REPORT_NMEM -// conditional compilation by SH: This lead to a warning with currently installed -// YAZ header files on us1 +#ifdef MISSING_HEADERS void report_nmem_stats(void) { size_t in_use, is_free;