This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [patch libstdc++]: Add some missing errno-constants for mingw-targets


On 08/29/2011 09:58 PM, Kai Tietz wrote:
Done and added missing _GLIBCXX_HAVE_ for all checks. Committed at revision 178257.
Something seems wrong here, in terms of commas:

      too_many_links =                 EMLINK
//    too_many_symbolic_link_levels =  ELOOP,
#ifdef _GLIBCXX_HAVE_EOVERFLOW
      value_too_large =                EOVERFLOW,
#endif
//    wrong_protocol_type =            EPROTOTYPE
   };


Looks like, if _GLIBCXX_HAVE_EOVERFLOW is actually defined, a comma is missing before value_too_large, and then there is an excess comma after the latter. Please double check the whole file for this kind of issue.


Paolo.


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