This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: gprof won't build with cc on DU4


On Apr  5, 2000, Ian Lance Taylor <ian@zembu.com> wrote:

>    From: Alexandre Oliva <aoliva@cygnus.com>

>    The problem is that it returns the argument enclosed in parentheses:

> The N_ macro is defined in gprof.h.  Change it.

The problem is that the very instance of the macro that is used on DU
is the one that calls gettext_noop, without any enclosing parentheses.
But gettext_noop does enclose its argument in parentheses.
gettext_noop is defined in intl/libintl.h, and I'm not sure I should
``fix'' it too.  Can't we just remove the N_ call from gprof.c?

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   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]