From d3984fc00ab8ab6d26fbcb162723667e8bae95c1 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 28 Nov 1995 09:30:41 +0000 Subject: [PATCH] Work. --- tab/gils.tag | 1 - util/oid.c | 9 ++++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tab/gils.tag b/tab/gils.tag index 7670eee..fd41deb 100644 --- a/tab/gils.tag +++ b/tab/gils.tag @@ -1,5 +1,4 @@ name gils -reference GILS-tagset type 4 include tagsetm.tag include tagsetg.tag diff --git a/util/oid.c b/util/oid.c index ba6027e..3e6a926 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.9 1995-11-13 09:27:53 quinn + * Revision 1.10 1995-11-28 09:30:44 quinn + * Work. + * + * Revision 1.9 1995/11/13 09:27:53 quinn * Fiddling with the variant stuff. * * Revision 1.8 1995/10/12 10:34:56 quinn @@ -122,7 +125,9 @@ static oident oids[] = {PROTO_Z3950, CLASS_TAGSET, VAL_SETM, {14,1,-1}, "TagsetM" }, {PROTO_Z3950, CLASS_TAGSET, VAL_SETG, {14,2,-1}, "TagsetG" }, +#if 0 {PROTO_Z3950, CLASS_TAGSET, VAL_GILS, {14,3,-1}, "GILS-tagset" }, +#endif /* SR definitions. Note that some of them aren't defined by the standard (yet), but are borrowed from Z3950v3 */ @@ -180,7 +185,9 @@ static oident oids[] = {PROTO_SR, CLASS_TAGSET, VAL_SETM, {14,1,-1}, "TagsetM" }, {PROTO_SR, CLASS_TAGSET, VAL_SETG, {14,2,-1}, "TagsetG" }, +#if 0 {PROTO_SR, CLASS_TAGSET, VAL_GILS, {14,3,-1}, "GILS-tagset" }, +#endif {0, 0, 0, {-1}, 0 } }; -- 1.7.10.4