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: Solaris 10 fixinc patch


On Thu, 25 Nov 2004, Rainer Orth wrote:

> "Joseph S. Myers" <joseph@codesourcery.com> writes:
> 
> > diff -rupN -x CVS gcc-merge-HEAD-csl-sol210-1/fixincludes/inclhack.def gcc-sol210/fixincludes/inclhack.def
> > --- gcc-merge-HEAD-csl-sol210-1/fixincludes/inclhack.def	2004-09-17 15:58:40.000000000 -0700
> > +++ gcc-sol210/fixincludes/inclhack.def	2004-10-12 23:29:02.000000000 -0700
> > @@ -1116,6 +1116,9 @@ fix = {
> >      bypass    = '_GCC_(PTRDIFF|SIZE|WCHAR)_T';
> >      select    = "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
> >      c_fix     = gnu_type;
> > +    /* The Solaris 2.10 headers already define these types correctly.  */
> 
> Would you please use Solaris 10 here and elsewhere in comments?

I suppose Mark had some reason for saying 2.10, but I don't object to 
changing it.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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