This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Framework support for darwin


Mike Stump wrote:-

> On Tuesday, August 5, 2003, at 05:08 PM, Mike Stump wrote:
> >I've increased the documentation on find_context_dependent_file to 
> >address this in the patch below.
> 
> Oops, almost forgot the update:

That's much more MUA-friendly, thanks!

However, my previous points still apply.  We need to decide what
we want cpplib to do, in general, when a header isn't found.  Do
we hand it to the client and give the client a stab?  Or do
we do what you (appear to) do in this patch, and go through the include
stack giving the client a stab at each?

Whatever we decide I think most of the changes that are in c-incpath.c
should be in darwin.c.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]