The R Project SVN R

Rev

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

Rev 82931 Rev 87907
Line 37... Line 37...
37
 
37
 
38
#ifdef HAVE_CONFIG_H
38
#ifdef HAVE_CONFIG_H
39
#include <config.h>
39
#include <config.h>
40
#endif
40
#endif
41
 
41
 
-
 
42
#include <R_ext/Visibility.h>
-
 
43
/*
42
#ifdef HAVE_VISIBILITY_ATTRIBUTE
44
#ifdef HAVE_VISIBILITY_ATTRIBUTE
43
# define attribute_hidden __attribute__ ((visibility ("hidden")))
45
# define attribute_hidden __attribute__ ((visibility ("hidden")))
44
#else
46
#else
45
# define attribute_hidden
47
# define attribute_hidden
46
#endif
48
#endif
-
 
49
*/
47
 
50
 
48
#include <string.h>
51
#include <string.h>
49
#include <stdlib.h>
52
#include <stdlib.h>
50
 
53
 
51
#define IN_RLOCALE_C 1 /* used in rlocale.h */
54
#define IN_RLOCALE_C 1 /* used in rlocale.h */