Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269217
Collapse All | Expand All

(-)chromium-bsu-0.9.14/src/gettext.h (+1 lines)
Lines 6-11 Link Here
6
	#define _(str) gettext(str)
6
	#define _(str) gettext(str)
7
	#define N_(str) str
7
	#define N_(str) str
8
#else
8
#else
9
	#include <libintl.h>
9
	#define _(str) str
10
	#define _(str) str
10
	#define N_(str) str
11
	#define N_(str) str
11
	#define gettext(str) str
12
	#define gettext(str) str

Return to bug 269217