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] GNU/KFreeBSD support in libstdc++, with ChangeLog and test log


On Sat, Oct 25, 2003 at 01:12:15AM +0200, Robert Millan wrote:
> 
> 	* acinclude.m4: Add kfreebsd*-gnu and knetbsd*-gnu.

Please change this to

    * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE):  Add kfreebsd*-gnu
    and knetbsd*-gnu.

GCC practice is to put the affected function name in parens, to give a
reader some idea of what's being changed.  For autoconf files there's
obviously no "function", but we use the macro name as if it were.

This is approved with that change.  (Someday I'll make another pass
to remove the unneeded 'x's from all these files.)


Phil

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


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