Skip to content

Commit c72e60b

Browse files
author
ripley
committed
add comments about assumptions made
git-svn-id: https://svn.r-project.org/R/trunk@88017 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 023b9f3 commit c72e60b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/Defn.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,8 +2371,10 @@ extern const char *locale2charset(const char *);
23712371

23722372
#ifndef NO_NLS
23732373
# ifdef ENABLE_NLS
2374+
// libintl.h might remap these to libintl_XXXX and normally does in GNU gettext
23742375
# include <libintl.h>
23752376
# ifdef Win32
2377+
// assumes Windows is using GNU gettext with remapping.
23762378
# define _(String) libintl_gettext (String)
23772379
# undef gettext /* needed for graphapp */
23782380
# else

0 commit comments

Comments
 (0)