Tue, 29 May 2001 10:37:54 +0200, Sven Panne <[EMAIL PROTECTED]> pisze:

> Just to restate my position: I'm against *always* wrapping the header file name
> in double quotes, unless
> 
>    #include "foo/bar.h"
> 
> implies
> 
>    #include <foo/bar.h>
> 
> if the first form is not found.

It does, but having "" and (ab)using it to mean <> would be bad -
if the current directory happens to contain a file with such name
then confusion begins.

I propose adding implicit "" if <> are not given explicitly.
As -#include in ghc does (it looks for "" or <> and adds "" if neither
is found; it might even not be necessary to allow explicit "" at all,
only explicit <> or implicit "").

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK


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

Reply via email to