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: HPUX 11.00 snprintf fixinc


John David Anglin wrote:
> 
> > Sure, why not; checked in on both.
> 
> The patch didn't work on my hpux 11.00 system.  There's no space before
> the `...' in snprintf declaration on my system ;(  Added a [ ]* to your
> patch and that seemed to work.

Odd, that.  `` *'' should match zero or more spaces, so:

   whatever,...)

should match okay.  Changing that to ``[ ]*'' should make absolutely
no difference whatever.  ???


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