[PyKDE] SIP: size_t?

2006-03-21 Thread Giovanni Bajo
Hello, what is the correct way of handling size_t? It's not a builtin type that SIP understands, and any typedef machinery is going to be wrong (portability-wise). -- Giovanni Bajo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] SIP: size_t?

2006-03-21 Thread Phil Thompson
On Tuesday 21 March 2006 2:24 pm, Giovanni Bajo wrote: Hello, what is the correct way of handling size_t? It's not a builtin type that SIP understands, and any typedef machinery is going to be wrong (portability-wise). You have to make the typedef dependent on the %Platform. Phil

Re: [PyKDE] SIP: size_t?

2006-03-21 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: what is the correct way of handling size_t? It's not a builtin type that SIP understands, and any typedef machinery is going to be wrong (portability-wise). You have to make the typedef dependent on the %Platform. Wouldn't be better if SIP did this