From 659af456d07b957cbf9ef9d94e079adf88364bc7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:48:13 +0000 Subject: [PATCH] Updated to use zebrautl.h instead of alexutil.h. --- util/Makefile | 6 +++--- util/charmap.c | 7 +++++-- util/res-test.c | 8 ++++++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/util/Makefile b/util/Makefile index e45da01..f30d2b4 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.24 1996-05-31 09:07:17 quinn Exp $ +# $Id: Makefile,v 1.25 1996-10-29 13:48:13 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -13,8 +13,8 @@ INCLUDE=-I../include $(YAZINC) TPROG=opt-test DEFS=$(INCLUDE) CPP=$(CC) -E -LIB=../lib/alexutil.a -PO = res.o alexpath.o common.o charmap.o +LIB=../lib/zebrautl.a +PO = res.o common.o charmap.o all: $(LIB) diff --git a/util/charmap.c b/util/charmap.c index 067a430..d7b2146 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: charmap.c,v $ - * Revision 1.8 1996-10-18 12:39:23 adam + * Revision 1.9 1996-10-29 13:48:14 adam + * Updated to use zebrautl.h instead of alexutil.h. + * + * Revision 1.8 1996/10/18 12:39:23 adam * Uses LOG_DEBUG instead of LOG_WARN for "Character map overlap". * * Revision 1.7 1996/06/06 12:08:56 quinn @@ -40,7 +43,7 @@ #include #include -#include +#include #include #include #include diff --git a/util/res-test.c b/util/res-test.c index 75db5a0..4d227b1 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: res-test.c,v $ - * Revision 1.5 1995-09-04 12:34:05 adam + * Revision 1.6 1996-10-29 13:48:16 adam + * Updated to use zebrautl.h instead of alexutil.h. + * + * Revision 1.5 1995/09/04 12:34:05 adam * Various cleanup. YAZ util used instead. * * Revision 1.4 1994/10/04 17:47:11 adam @@ -22,7 +25,8 @@ */ #include -#include + +#include static void res_print (const char *name, const char *value) { -- 1.7.10.4