Support for 8D idx clone
Yury Sulsky <[email protected]>
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, would there be any problem in including the patch below to add
support for 8D idx cloning?
Thanks!
Yury
--- idxmac_old.h 2005-01-19 20:40:32.574194471 -0500
+++ idxmac.h 2005-01-19 20:41:40.260303443 -0500
@@ -84,6 +84,8 @@
(ni)->dim[5]=(i)->dim[5]; (ni)->mod[5]=(i)->mod[5];
#define Midx_copy_dim7(ni,i) Midx_copy_dim6((ni),i); \
(ni)->dim[6]=(i)->dim[6]; (ni)->mod[6]=(i)->mod[6];
+#define Midx_copy_dim8(ni,i) Midx_copy_dim7((ni),i); \
+ (ni)->dim[7]=(i)->dim[7]; (ni)->mod[7]=(i)->mod[7];
#define Midx_update_mod_from_dim(i0) \
@@ -270,6 +272,7 @@
#define Midx_clone5(ni,i) Midx_short_clone(ni,i);Midx_copy_dim5(ni,i)}
#define Midx_clone6(ni,i) Midx_short_clone(ni,i);Midx_copy_dim6(ni,i)}
#define Midx_clone7(ni,i) Midx_short_clone(ni,i);Midx_copy_dim7(ni,i)}
+#define Midx_clone8(ni,i) Midx_short_clone(ni,i);Midx_copy_dim8(ni,i)}
#define Midx_clone(newi, i, Type) \
{ int j; \
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl