Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109263
Collapse All | Expand All

(-)delaunay/_qhullmodule.c.orig (-1 / +1 lines)
Lines 39-45 Link Here
39
                              myvertex && myvertex->next;\
39
                              myvertex && myvertex->next;\
40
                              myvertex = myvertex->next)
40
                              myvertex = myvertex->next)
41
41
42
//#define QHULL_31_COMP=1
42
#define QHULL_31_COMP=1
43
#ifdef QHULL_31_COMP
43
#ifdef QHULL_31_COMP
44
char qh_version[] = "_qhullmodule dummy version";
44
char qh_version[] = "_qhullmodule dummy version";
45
#endif
45
#endif

Return to bug 109263