And another oddity: I get
/* set this to the modifier type string to print size_t, like "" or "l" */ #define PRINTSIZET "z"
/* set this to the modifier type string to print ptrdiff_t, like "" or "l" */ #define PRINTPTRDIFFT "t"
in machine.h, but then gcc complains
/home/nisse/hack/pike/src/gc.c:2978: warning: unknown conversion type character `z' in format /home/nisse/hack/pike/src/gc.c:2978: warning: unknown conversion type character `z' in format
What's z supposed to mean?
/ Niels Möller (ny flexiblare bröstkorg)
Previous text:
2003-04-15 14:55: Subject: Starting new pike processes from the testsuite
And make clean fails too. Adding a target
clean: true
to refdoc/Makefile helps.
/ Niels Möller (ny flexiblare bröstkorg)