On 04/18/2010 04:04 PM, Bruno Haible wrote: > +++ lib/diffseq.h Sun Apr 18 23:53:39 2010 > @@ -53,6 +53,14 @@ > early abort of the computation. > USE_HEURISTIC (Optional) Define if you want to support the > heuristic for large vectors. > + It is also possible to you this file with abstract arrays. In this case,
s/you/use/ > +#ifdef ELEMENT > ELEMENT const *const xv = ctxt->xvec; /* Still more help for the compiler. > */ > ELEMENT const *const yv = ctxt->yvec; /* And more and more . . . */ > + #define XREF_YREF_EQUAL(x,y) EQUAL (xv[x], yv[y]) Isn't the more typical style: # define XREF... rather than the leading whitespace? -- Eric Blake ebl...@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature