[ale] help a decrepit c programmer

Michael Potter michael at potter.name
Fri Dec 24 21:18:21 EST 2010


Tim,

Can you put it into context?

Try adding the -E option on gcc to see what the expanded line looks like.
-E just runs the preprocessor and then stops without compiling the source.
You also might find a function defined with the name "_".

Let us know what you find.

-- 
Michael Potter

On Fri, Dec 24, 2010 at 7:24 PM, Tim Watts <tim at cliftonfarm.org> wrote:
> What does this C expression do:
>
>        _("Authors")
>
> I can't find any macro or function definition for it. I haven't done any
> serious c coding since the heydays of OS/2 (did it ever have a heyday?).
> My guess is it's some kind of unicode operator? A little help from the
> pros, s'il vous plait...
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>



More information about the Ale mailing list