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]

Re: libstdc++-v3 patch for HP-UX


 In message <200103132006.MAA15198@hpsje.cup.hp.com>you write:
  > 
  > The upper/lower/etc mask definitions in
  > libstdc++-v3/config/os/hpux/bits/ctype_base.h do not match the ones in
  > HP-UX's ctype.h header file.  Here is a patch to make them match.
  > 
  > Steve Ellcey
  > sje@cup.hp.com
  > 
  > 
  > 2001-03-13  Steve Ellcey  <sje@cup.hp.com>
  > 
  > 	* libstdc++-v3/config/os/hpux/bits/ctype_base.h: Make ctype masks
  > 	match HP-UX ctype.h header file.
Thanks.  Instead of using constants, I'm going to change it to use the
symbolic names.  ie _ISALPHA and friends.  That seems cleaner to me.
Any objections?

Jeff

ps.  There's still a huge number of V3 failures on hpux.  I really haven't
started looking at them yet.


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