This is the mail archive of the gcc@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]

Re: egcs, does gcc fixincludes etc guarantee a stdlib.h exists?


>  > 	Simple question.  Does gcc guarantee that after it diddles with
>  > the system headers that a stdlib.h exists in some form?
> I do not believe that is the case.

Gcc *does* guarantee that after it diddles with the system headers
that a stdlib.h exists in some form.

This is handled by fixproto, which is normally run after fixincludes.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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