+/* $Id$Revision: */
/* vim:set shiftwidth=4 ts=8: */
/**********************************************************
#include <ctype.h>
#define NEW(t) (t*)calloc(1, sizeof(t))
-#define N_NEW(n,t) (t*)malloc((n)*sizeof(t))
+#define N_NEW(n,t) (t*)calloc((n), sizeof(t))
/* the parse functions should return NULL on error */
static char *parseReal(char *s, double *fp)
}
else
s = endp;
+ ps->z = 0;
ps++;
}
pp->pts = pts;