> * But all of these things can be done in a C header file. So all we
> *need*
>   is the ability to include a single header file, gotten from the
> current directory
> 
>       foo.h

We don't want to force you to write a wrapper header file in the case
where it would just contain a single #include and nothing else - just
cut out the middle man and write the name of the include file you really
wanted in the first place.  But this requires allowing <> style includes
(I guess - I admit I'm not up on the precise meaning of <> vs "").

Cheers,
        Simon

_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to