Jason Kraftcheck <[EMAIL PROTECTED]> writes: > In practice, how can it be anything other than a void*?
It can't. You know, the "-pedantic" option is called "-pedantic" for a reason. It doesn't make a difference on any existing gcc platform, but it would be possible to cnstruct a C99-compliant environment where it doesn't. -- Falk