From e87d57823550dad9a66ac3569a277835ce3bc3d3 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 4 Jan 2007 22:04:25 +0000 Subject: [PATCH] Minor noodling --- src/pazpar2.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; -- 1.7.10.4