The R Project SVN R

Rev

Rev 34632 | Rev 36211 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34632 Rev 35776
Line 31... Line 31...
31
#include <config.h>
31
#include <config.h>
32
#endif
32
#endif
33
 
33
 
34
#include <ctype.h>
34
#include <ctype.h>
35
#ifdef SUPPORT_MBCS
35
#ifdef SUPPORT_MBCS
-
 
36
# include <R_ext/rlocale.h>
36
# include <wchar.h>
37
# include <wchar.h>
37
# include <wctype.h>
38
# include <wctype.h>
38
#endif
39
#endif
39
 
40
 
40
 
41