X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzebraapi.c;h=8c4633f076543c903ad73a4592d2b4842c6f6880;hb=1c1f26b0b758efb903aaa0a6288dfabf1efcdc17;hp=de9b0747735fd04e53b8f3ae42cc56a116d65e52;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index de9b074..8c4633f 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -3,7 +3,10 @@ * All rights reserved. * * $Log: zebraapi.c,v $ - * Revision 1.30 2000-04-05 09:49:35 adam + * Revision 1.31 2000-04-05 10:07:02 adam + * Minor zebra compile fix. + * + * Revision 1.30 2000/04/05 09:49:35 adam * On Unix, zebra/z'mbol uses automake. * * Revision 1.29 2000/03/20 19:08:36 adam @@ -244,9 +247,11 @@ static int zebra_register_activate (ZebraService zh) zh->dict = 0; zh->sortIdx = 0; zh->isams = 0; +#if ZMBOL zh->isam = 0; zh->isamc = 0; zh->isamd = 0; +#endif zh->zei = 0; zebraRankInstall (zh, rank1_class);