Spline *spline, *first, *next;
BasePoint tp;
SplinePoint *temp;
int bool;
int b;
#define bool b
int i;
/* reverse the splineset so that what was the start point becomes the end */
/* and vice versa. This entails reversing every individual spline, and */