Skip to content

Commit 3c45ae8

Browse files
author
luke
committed
Add name remapping to mbcsValid, utf8clen, and utf8Valid.
git-svn-id: https://svn.r-project.org/R/trunk@89062 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 50eaaf6 commit 3c45ae8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/Defn.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ int R_XDRDecodeInteger(void *buf);
19021902
# define Mbrtowc Rf_mbrtowc
19031903
# define mbtoucs Rf_mbtoucs
19041904
# define mbcsToUcs2 Rf_mbcsToUcs2
1905+
# define mbcsValid Rf_mbcsValid
19051906
# define memtrace_report Rf_memtrace_report
19061907
# define mkCharWUTF8 Rf_mkCharWUTF8
19071908
# define mkCLOSXP Rf_mkCLOSXP
@@ -1957,8 +1958,10 @@ int R_XDRDecodeInteger(void *buf);
19571958
# define usemethod Rf_usemethod
19581959
# define ucstomb Rf_ucstomb
19591960
# define ucstoutf8 Rf_ucstoutf8
1961+
# define utf8clen Rf_utf8clen
19601962
# define utf8toucs Rf_utf8toucs
19611963
# define utf8towcs Rf_utf8towcs
1964+
# define utf8Valid Rf_utf8Valid
19621965
# define vectorIndex Rf_vectorIndex
19631966
# define warningcall Rf_warningcall
19641967
# define WarningMessage Rf_WarningMessage
@@ -1969,7 +1972,7 @@ int R_XDRDecodeInteger(void *buf);
19691972
# define yylval Rf_yylval
19701973
# define yynerrs Rf_yynerrs
19711974
# define yyparse Rf_yyparse
1972-
1975+
19731976
/* Platform Dependent Gui Hooks */
19741977

19751978
#define R_CONSOLE 1

0 commit comments

Comments
 (0)