The R Project SVN R

Rev

Rev 36792 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36792 Rev 64329
Line 44... Line 44...
44
# define DCNGETTEXT libintl_dcngettext
44
# define DCNGETTEXT libintl_dcngettext
45
#endif
45
#endif
46
 
46
 
47
/* Look up MSGID in the DOMAINNAME message catalog of the current
47
/* Look up MSGID in the DOMAINNAME message catalog of the current
48
   LC_MESSAGES locale and skip message according to the plural form.  */
48
   LC_MESSAGES locale and skip message according to the plural form.  */
-
 
49
#ifdef HAVE_VISIBILITY_ATTRIBUTE
-
 
50
__attribute__ ((visibility ("default")))
-
 
51
#endif
49
char *
52
char *
50
DNGETTEXT (const char *domainname,
53
DNGETTEXT (const char *domainname,
51
	   const char *msgid1, const char *msgid2, unsigned long int n)
54
	   const char *msgid1, const char *msgid2, unsigned long int n)
52
{
55
{
53
  return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
56
  return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);