This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: problems with locale.cc


> Please re-post the ChangeLog: the rest of the patch looks good 
though.
> 

I reposted it below.

BTW, I read through the GNU coding standards on ChangeLogs and 
doesn't say anything about how to list class member functions 
changes. For future reference, should member functions in a 
changelog be listed as (classX::functionY) or just (functionY)?

Here's the Changelog again:

ChangeLog:

* src/basic_file.cc (__basic_file::sys_open) [O_BINARY]: Declare 
__testb.
 
 *** src/basic_file.cc.orig	Sat Mar 20 00:23:58 1999
 --- src/basic_file.cc	Mon Apr 12 15:35:32 1999
 *************** namespace std {
 *** 57,62 ****
 --- 57,65 ----
       __basic_file* __retval = NULL;
       bool __testi = __mode & ios_base::in;
       bool __testo = __mode & ios_base::out;
 + #ifdef O_BINARY
 +     bool __testb = __mode & ios_base::binary;
 + #endif
       int __p_mode = 0;
       int __rw_mode = _IO_NO_READS + _IO_NO_WRITES; 
 
 

--- 
Mark Elbrecht, snowball3@usa.net
http://snowball.digitalspace.net/


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