As a kludge, yes. I think the *right* fix would be to test against a non-typed pointer diff in configure if ptrdiff_t isn't available.
But those tests looked pretty tricky...
/ Mirar
Previous text:
2004-01-19 11:34: Subject: Re: PRINTPTRDIFFT on pike 7.5
That means Pike gets confused. Try adding this to global.h (before the last #endif):
#ifndef PRINTPTRDIFFT #define PTRINTPTRDIFFT "" #endif
It works. :)
Maybe we can add this into global.h in case of this came again ?
/Xavier
/ Brevbäraren
The right fix is to make sure that MY_AC_CHECK_PRINTF_INT_TYPE() finds the definition of ptrdiff_t.
/ Henrik Grubbström (Lysator)
Previous text:
2004-01-19 12:52: Subject: Re: PRINTPTRDIFFT on pike 7.5
As a kludge, yes. I think the *right* fix would be to test against a non-typed pointer diff in configure if ptrdiff_t isn't available.
But those tests looked pretty tricky...
/ Mirar
pike-devel@lists.lysator.liu.se