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

(-)LYMain.c.orig (-3 / +5 lines)
Lines 57-68 Link Here
57
#include <io.h>
57
#include <io.h>
58
#endif
58
#endif
59
59
60
#if defined(LOCALE) && !defined(HAVE_LIBINTL_H)
60
#ifdef LOCALE
61
#undef gettext			/* Solaris locale.h prototypes gettext() */
62
#include <locale.h>
61
#include <locale.h>
62
#ifndef HAVE_LIBINTL_H
63
#undef gettext			/* Solaris locale.h prototypes gettext() */
63
#ifndef HAVE_GETTEXT
64
#ifndef HAVE_GETTEXT
64
#define gettext(s) s
65
#define gettext(s) s
65
#endif
66
#endif /* HAVE_GETTEXT */
67
#endif /* HAVE_LIBINTL_H */
66
#endif /* LOCALE */
68
#endif /* LOCALE */
67
69
68
#include <LYexit.h>
70
#include <LYexit.h>

Return to bug 273058