[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] help a decrepit c programmer



Here it is:

/usr/include/glib-2.0/glib/gi18n.h:28:
	#define  _(String) gettext (String)

so it's a localization shortcut.

Thanks.


On Fri, 2010-12-24 at 21:18 -0500, Michael Potter wrote:
> 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.
>