Re: bugs in dirname module

2005-11-18 Thread Jim Meyering
[EMAIL PROTECTED] (Eric Blake) wrote: ... > so I am prepared to provide > this segregation into base_name() vs. last_component() > as part of my patch. I'd go along with that. ___ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/

Re: style question - const char *

2005-11-18 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Eric Blake <[EMAIL PROTECTED]> writes: > >> Is there a preference for 'const char *' over 'char const *'? > > I prefer putting type qualifiers like "const" after the types they > modify, as that's more consistent. For example, "char * const *" puts As you'