In message <[EMAIL PROTECTED]> Dan Sugalski <[EMAIL PROTECTED]> wrote: > I was under the impression that ANSI C required that a void * be large > enough to store any pointer type in it. Whether that's true or not's > irrelevant at the moment, though we can work something out at some point > later. Any data pointer type, yes. It completely outlaws any attempt to cast between data and function pointers though. Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ ...Things are not as bad as they seem - they're worse
- Re: The external interface for the parser piece Steve Fink
- Re: The external interface for the parser piece Bryan C. Warnock
- Re: The external interface for the parser piece Dave Storrs
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser piece Dave Storrs
- Re: The external interface for the parser pi... Dan Sugalski
- Re: The external interface for the parser piece Simon Cozens
- Re: The external interface for the parser piece Damien Neil
- Re: The external interface for the parser piece Nicholas Clark
- Re: The external interface for the parser piece Dan Sugalski
- Tom Hughes