[ale] help a decrepit c programmer

Tim Watts tim at cliftonfarm.org
Fri Dec 24 22:18:02 EST 2010


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.
> 




More information about the Ale mailing list