The R Project SVN R

Rev

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

Rev 36356 Rev 36489
Line 29... Line 29...
29
*/
29
*/
30
 
30
 
31
#ifdef HAVE_CONFIG_H
31
#ifdef HAVE_CONFIG_H
32
#include <config.h>
32
#include <config.h>
33
#endif
33
#endif
-
 
34
#include <Defn.h>
34
 
35
 
35
#include <ctype.h>
36
#include <ctype.h>
36
#ifdef SUPPORT_MBCS
37
#ifdef SUPPORT_MBCS
37
# include <R_ext/rlocale.h>
38
# include <R_ext/rlocale.h>
38
# include <wchar.h>
39
# include <wchar.h>
39
# include <wctype.h>
40
# include <wctype.h>
40
#endif
41
#endif
41
 
42
 
42
 
43
 
43
#include <Defn.h>
-
 
44
#include <Rmath.h>
44
#include <Rmath.h>
45
#include <Graphics.h>
45
#include <Graphics.h>
46
 
46
 
47
 
47
 
48
/*
48
/*