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: 3.1 PATCH: Fixinc for Solaris 2.5.1 <widec.h>


Bruce Korb writes:

> That should now also be fixed.  I replaced:
> 
>   (set-writable)
> 
> with:
> 
>   (if (procedure? 'set-writable) (set-writable))
> 
> :-)

That fixed it for me.  Even easier than rebuilding autogen :-)  Thanks.

	Rainer


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