The R Project SVN R

Rev

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

Rev 41539 Rev 64331
Line 51... Line 51...
51
#endif
51
#endif
52
 
52
 
53
/* Look up MSGID in the current default message catalog for the current
53
/* Look up MSGID in the current default message catalog for the current
54
   LC_MESSAGES locale.  If not found, returns MSGID itself (the default
54
   LC_MESSAGES locale.  If not found, returns MSGID itself (the default
55
   text).  */
55
   text).  */
-
 
56
/* This does not need to be visible: packages use dngettext */
56
#ifdef HAVE_VISIBILITY_ATTRIBUTE
57
#ifdef HAVE_VISIBILITY_ATTRIBUTE
57
__attribute__ ((visibility ("default")))
58
__attribute__ ((visibility ("default")))
58
#endif
59
#endif
59
char *
60
char *
60
NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n)
61
NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n)