The R Project SVN R

Rev

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

Rev 71870 Rev 71873
Line 32... Line 32...
32
 
32
 
33
#ifndef RINTERFACE_H_
33
#ifndef RINTERFACE_H_
34
#define RINTERFACE_H_
34
#define RINTERFACE_H_
35
 
35
 
36
#include <R_ext/Boolean.h>
36
#include <R_ext/Boolean.h>
37
#include <R_ext/RStartup.h>
-
 
38
 
37
 
39
#ifdef __cplusplus
38
#ifdef __cplusplus
40
/* we do not support DO_NOT_USE_CXX_HEADERS in this file */
39
/* we do not support DO_NOT_USE_CXX_HEADERS in this file */
41
# include <cstdio>
40
# include <cstdio>
42
extern "C" {
41
extern "C" {
Line 120... Line 119...
120
#endif
119
#endif
121
 
120
 
122
/* formerly in src/unix/devUI.h */
121
/* formerly in src/unix/devUI.h */
123
 
122
 
124
#ifdef R_INTERFACE_PTRS
123
#ifdef R_INTERFACE_PTRS
125
#include <Rinternals.h>
124
#include <Rinternals.h> // for SEXP
-
 
125
#include <R_ext/RStartup.h> // for SA_TYPE
126
 
126
 
127
#ifdef __SYSTEM__
127
#ifdef __SYSTEM__
128
# define extern
128
# define extern
129
#endif
129
#endif
130
 
130