X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frssbool.c;h=c640952ef31c2b42f770d0f8a255336599fcfa10;hb=067b55382bc9916b3f7dcd473512c703d4de4a5d;hp=65ec2c98361d53ca245e512d5a8196256b384a3c;hpb=f671b6881c99082e63161c46b254d15ca9a72f22;p=idzebra-moved-to-github.git diff --git a/rset/rssbool.c b/rset/rssbool.c index 65ec2c9..c640952 100644 --- a/rset/rssbool.c +++ b/rset/rssbool.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rssbool.c,v $ - * Revision 1.3 1996-10-08 13:00:41 adam + * Revision 1.5 1997-09-09 13:38:16 adam + * Partial port to WIN95/NT. + * + * Revision 1.4 1996/10/29 13:55:27 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.3 1996/10/08 13:00:41 adam * Bug fix: result sets with ranked operands in boolean operations weren't * sorted. * @@ -20,11 +26,12 @@ * */ -#include #include +#include +#include #include -#include +#include static void *r_create_and(const struct rset_control *sel, void *parms, int *flags);