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]

Re: Prevent macro expansion of mblen


On Dec 31, 2000, Gabriel Dos Reis <gdr@codesourcery.com> wrote:

> Which doesn't exist either since the conditions are that we _don't_
> have a mblen() function, but just a macro -- having just a macro is the
> deficieny of target we're trying to solve.

I still don't know of any target that has a macro but not a function.
The targets I've known about have a macro *and* a function, and I
believe this implementation is in accord with the ISO C Standard;
offering it just as a macro isn't (I think).

Unless you know of some implementation that offers it only as a macro,
I don't see a reason to keep debating this issue.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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